mirror of
https://framagit.org/ppom/reaction
synced 2026-03-17 06:05:49 +01:00
9 lines
69 B
Go
9 lines
69 B
Go
package main
|
|
|
|
import (
|
|
"reaction/app"
|
|
)
|
|
|
|
func main() {
|
|
app.CLI()
|
|
}
|