Standardize go project structure
This commit is contained in:
9
reactionc/main.go
Normal file
9
reactionc/main.go
Normal file
@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"framagit.org/ppom/reaction/app"
|
||||
)
|
||||
|
||||
func main() {
|
||||
app.CLI()
|
||||
}
|
Reference in New Issue
Block a user