Compare commits

..

2 Commits

Author SHA1 Message Date
9f75be615e Update .gitignore 2023-11-04 13:35:23 -06:00
16454a0bbd Project restructure
Moved source files into cmd/ and pkg/ directories
2023-11-04 13:35:23 -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/lm module git.mlow.ca/mlow/lmcli
go 1.19 go 1.19

View File

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