First commit

This commit is contained in:
perp 2024-10-09 12:52:17 +01:00
commit 9b65b01ccb
2 changed files with 7 additions and 0 deletions

4
cmd/twister/main.go Normal file
View File

@ -0,0 +1,4 @@
package main
func main() {
}

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.supernets.org/vortex/twister
go 1.23.0