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