Skip to content

Commit 9f8c46d

Browse files
committed
Add go.mod and go.sum for Go module
1 parent 2d7d0e4 commit 9f8c46d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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/alexbrainman/odbc
2+
3+
require golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba h1:nZJIJPGow0Kf9bU9QTc1U6OXbs/7Hu4e+cNv+hxH+Zc=
2+
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)