chore(go): scaffold module and add failing link tests
This commit is contained in:
12
cmd/homesick/main.go
Normal file
12
cmd/homesick/main.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"git.hrafn.xyz/aether/gosick/internal/homesick/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
exitCode := cli.Run(os.Args[1:], os.Stdout, os.Stderr)
|
||||
os.Exit(exitCode)
|
||||
}
|
||||
Reference in New Issue
Block a user