initial commit

This commit is contained in:
Kent Daleng
2021-08-17 13:39:10 +02:00
commit 1aec4cd36a
4 changed files with 8 additions and 0 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
wonderwall:
go build -o bin/wonderwall cmd/wonderwall/*.go

1
README.md Normal file
View File

@@ -0,0 +1 @@
# wonderwall

1
cmd/wonderwall/main.go Normal file
View File

@@ -0,0 +1 @@
package main

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/nais/wonderwall
go 1.16