move to go modules

This commit is contained in:
Bruno Carlin 2019-11-05 15:24:26 +01:00
parent f0f35185dc
commit 0b3f60f4cb
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
// +build !windows,!nacl,!plan9
package logging
import (

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module code.bcarlin.xyz/go/logging
go 1.13