799ba88823
fixes #25 thanks @bertille-ddp for comments && suggestions!
10 lines
88 B
Go
10 lines
88 B
Go
package main
|
|
|
|
import (
|
|
"framagit.org/ppom/reaction/app"
|
|
)
|
|
|
|
func main() {
|
|
app.Main()
|
|
}
|