refactor: Move stfs command to cmd package to allow for re-usable Makefile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
import "github.com/pojntfx/stfs/cmd"
|
||||
import "github.com/pojntfx/stfs/cmd/stfs/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
Reference in New Issue
Block a user