Skip to content

Commit 84f640f

Browse files
Go Module Initialization
snowsaw will be build using the latest Go version 1.12.6 (1) (to the time this commit is written) with Go Modules (2). This commits initialized snowsaw as Go module by running the `go mod init` command in order to create the `go.mod` file. The name of the module is `github.com/arcticicestudio/snowsaw` since this repository will be used as origin hosted on GitHub. References: (1) https://golang.org/dl/#go1.12.6 (2) https://github.com/golang/go/wiki/Modules Epic GH-33 Blocks GH-59 GH-60 GH-61 GH-62 Resolves GH-58
1 parent daf93dd commit 84f640f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-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/arcticicestudio/snowsaw
2+
3+
go 1.12

0 commit comments

Comments
 (0)