Skip to content

Commit 3278841

Browse files
committed
Add Go modules support
1 parent 4f952b2 commit 3278841

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/brutella/can
2+
3+
require golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06 h1:0oC8rFnE+74kEmuHZ46F6KHsMr5Gx2gUQPuNz28iQZM=
2+
golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)