diff options
| author | feurig <don@suspectdevices.com> | 2021-12-05 21:02:30 -0800 |
|---|---|---|
| committer | feurig <don@suspectdevices.com> | 2021-12-05 21:02:30 -0800 |
| commit | 6a84f046b49ca89650ea5ffbd425a6b7b9ed399d (patch) | |
| tree | 6e4e44f6c92916cf35cb2ecf0e9c4f45e0a27372 /main.go | |
| parent | ab784b4ad6dad26b4d1c4e2366f25c6d145f447b (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ package main -import "github.com/afagundes/go-modernworld/modernworld" +import "github.com/feurig/go-modernworld/modernworld" func main() { modernworld.NewGame().Start() |
