Skip to content

Commit 9877409

Browse files
committed
first commit
0 parents  commit 9877409

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/kyleconroy/sqlc-testdata
2+
3+
go 1.14

mysql/mysql.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package mysql
2+
3+
import "time"
4+
5+
type ID string
6+
type Timestamp time.Time

0 commit comments

Comments
 (0)