modified project structure

This commit is contained in:
spinach 2024-11-05 14:17:37 -05:00
parent 64b8008deb
commit 7b619f0fcf
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ package main
import "fmt"
func main() {
fmt.Println("vim-go")
fmt.Println("adonis")
}

2
go.mod
View File

@ -1,3 +1,3 @@
module adonis
module git.keegandeppe.com/kdeppe/adonis-backend
go 1.22.1