Compare commits

..

2 Commits

Author SHA1 Message Date
1840b449d5 Update .gitignore 2023-11-04 13:16:35 -06:00
ca9a2ea804 Project restructure
Moved source files into cmd/ and pkg/ directories
2023-11-04 13:16:35 -06:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.mlow.ca/mlow/lmcli
module git.mlow.ca/mlow/lm
go 1.19

View File

@ -4,7 +4,7 @@ import (
"fmt"
"os"
"git.mlow.ca/mlow/lmcli/pkg/cli"
"git.mlow.ca/mlow/lm/pkg/cli"
)
func main() {