some updates

This commit is contained in:
ston1th 2021-12-04 17:53:19 +01:00
commit 1410847c03
43 changed files with 78 additions and 345 deletions

14
cmd/gowiki/main.go Normal file
View file

@ -0,0 +1,14 @@
// Copyright (C) 2021 Marius Schellenberger
//go:build go1.16
// +build go1.16
package main
import "git.giftfish.de/ston1th/gowiki/pkg/cmd"
var version string
func main() {
cmd.Run(version)
}