This commit is contained in:
Felix Niederwanger 2021-05-22 20:19:53 +02:00
parent b0d5302e46
commit 52e6e094d5
Signed by: phoenix
GPG key ID: 6E77A590E3F6D71C
2 changed files with 10 additions and 0 deletions

7
cmd/ot-browser.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("ot-browser")
}

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module feldspaten.org/ot-browser/v2
go 1.15