Create go-project

release-0.1
Ruakij 2 years ago
parent 3f06cd9d44
commit 5aae6c456e

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World!")
}

@ -0,0 +1,3 @@
module RoutingTableToWgTranslator
go 1.19
Loading…
Cancel
Save