Files
writefreely/cmd/writefreely/main.go
Matt Baer 16473c97b7 Create basic server
Includes app config and some initialization
2018-10-15 14:44:15 -04:00

10 lines
97 B
Go

package main
import (
"github.com/writeas/writefreely"
)
func main() {
writefreely.Serve()
}