move to go modules
This commit is contained in:
parent
f0f35185dc
commit
0b3f60f4cb
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
// +build !windows,!nacl,!plan9
|
// +build !windows,!nacl,!plan9
|
||||||
|
|
||||||
package logging
|
package logging
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
module code.bcarlin.xyz/go/logging
|
||||||
|
|
||||||
|
go 1.13
|
Loading…
Reference in a new issue