mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 20:55:47 +01:00
9 lines
70 B
Go
9 lines
70 B
Go
package main
|
|
|
|
import (
|
|
"reaction/app"
|
|
)
|
|
|
|
func main() {
|
|
app.Main()
|
|
}
|