Commit 38a0f55

mo khan <mo@mokhan.ca>
2022-09-24 01:32:30
chore: re-organize directory structure
1 parent 9bceced
Changed files (7)
syslogs/main.go → cmd/syslogs/main.go
File renamed without changes
which/which.go → cmd/which/main.go
File renamed without changes
spec/spec.go → pkg/spec/spec.go
File renamed without changes
spec/spec_test.go → pkg/spec/spec_test.go
File renamed without changes
stdout/stdout.go → pkg/stdout/stdout.go
File renamed without changes
go.mod
@@ -1,3 +1,3 @@
-module github.com/xlg-pkg/x
+module github.com/xlgmokha/x
 
-go 1.16
+go 1.18
main.go
@@ -1,7 +0,0 @@
-package main
-
-import "github.com/xlg-pkg/x/stdout"
-
-func main() {
-	stdout.Puts("You lost?")
-}