1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00

Initialize basic Go project

This commit is contained in:
Lukas SP
2020-08-22 22:13:43 +02:00
parent 266fd21e76
commit 5689c90a1c
3 changed files with 123 additions and 0 deletions

5
cmd/pasty/main.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func main() {
// TODO: Implement startup logic
}