Adding go mod

This commit is contained in:
Ash Leece 2021-09-07 09:13:45 +01:00
parent 8b77961b89
commit cc74f0200f
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*
!*.go
!go.mod

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.leece.im/ash/go-serve
go 1.16