This allows to install katenary with `go install` and to clean up the project folder.
4 lines
151 B
Go
4 lines
151 B
Go
// Package utils provides some utility functions used in katenary.
|
|
// It defines some constants and functions used in the whole project.
|
|
package utils
|