shiori/main.go

10 lines
131 B
Go
Raw Normal View History

2018-02-23 17:51:06 +08:00
//go:generate fileb0x filebox.json
2018-01-26 18:40:01 +08:00
package main
import (
"github.com/RadhiFadlillah/shiori/cmd"
)
2018-01-26 18:40:01 +08:00
func main() {
cmd.Execute()
}