Create basic server
Includes app config and some initialization
This commit is contained in:
1
cmd/writefreely/.gitignore
vendored
Normal file
1
cmd/writefreely/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
writefreely
|
9
cmd/writefreely/main.go
Normal file
9
cmd/writefreely/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/writeas/writefreely"
|
||||
)
|
||||
|
||||
func main() {
|
||||
writefreely.Serve()
|
||||
}
|
Reference in New Issue
Block a user