feat(refacto): move everything in internal package
This allows to install katenary with `go install` and to clean up the project folder.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# katenary
|
||||
|
||||
```go
|
||||
import "katenary/cmd/katenary"
|
||||
import "github.com/katenary/katenary/cmd/katenary"
|
||||
```
|
||||
|
||||
Katenary CLI, main package.
|
||||
|
Reference in New Issue
Block a user