initial commit
This commit is contained in:
commit
18995db757
871 changed files with 492725 additions and 0 deletions
13
main.go
Normal file
13
main.go
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// Copyright (C) 2019 Marius Schellenberger
|
||||
|
||||
//go:generate ./templates.sh
|
||||
|
||||
package main
|
||||
|
||||
import "git.giftfish.de/ston1th/docstore/pkg/cmd"
|
||||
|
||||
var version string
|
||||
|
||||
func main() {
|
||||
cmd.Run(version)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue