index
:
gosnake
master
The snake game in Go
gramos
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
go.mod
2
-rw-r--r--
main.go
(renamed from cmd/gosnake.go)
0
2 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4d575a0..393ebb0 100644
--- a/
go.mod
+++ b/
go.mod
@@ -1,4 +1,4 @@
-module git.gramos.me/gosnake.git
+module git.gramos.me/gosnake
go 1.16
diff --git a/cmd/gosnake.go b/main.go
index 3d77877..3d77877 100644
--- a/
cmd/gosnake.go
+++ b/
main.go