refactor: Move stfs command to cmd package to allow for re-usable Makefile

This commit is contained in:
Felicitas Pojtinger
2021-12-20 01:36:09 +01:00
parent c778a83bf1
commit 63fb7df81c
23 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
package main
import "github.com/pojntfx/stfs/cmd"
import "github.com/pojntfx/stfs/cmd/stfs/cmd"
func main() {
cmd.Execute()