go mod support
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module b612.me/startext
|
||||
|
||||
go 1.16
|
||||
|
||||
require golang.org/x/text v0.3.7
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
module b612.me/startext
|
||||
|
||||
go 1.16
|
||||
|
||||
require golang.org/x/text v0.3.7
|
||||