Initial commit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-01-15 19:07:33 +01:00
commit 2ff4b8dfbb
13 changed files with 315 additions and 0 deletions

7
cmd/server/server.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Starting gpaste server")
}