Moved config to internal directory

This commit is contained in:
perp 2024-10-09 13:20:00 +01:00
parent 6d26a5a628
commit 608d5204ec
3 changed files with 2 additions and 2 deletions

View File

@ -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() {