Moved config to internal directory
This commit is contained in:
parent
6d26a5a628
commit
608d5204ec
@ -4,14 +4,14 @@ import (
|
|||||||
_ "embed"
|
_ "embed"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"git.supernets.org/vortex/twister/config"
|
"git.supernets.org/vortex/twister/internal/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
//go:embed config.toml
|
//go:embed config.toml
|
||||||
content []byte
|
content []byte
|
||||||
|
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user