Initial commit

This commit is contained in:
kolaente 2019-10-19 23:13:50 +02:00
commit c714d1df99
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 9 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module code.vikunja.io/md-migrator
go 1.12

6
main.go Normal file
View File

@ -0,0 +1,6 @@
package main
import "fmt"
func main() {
}