Standardize go project structure

This commit is contained in:
ppom
2023-05-05 12:53:10 +02:00
parent b40a5dc91f
commit addff0f3c1
4 changed files with 19 additions and 0 deletions

9
reactionc/main.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"framagit.org/ppom/reaction/app"
)
func main() {
app.CLI()
}