ghostream/main.go

10 lines
101 B
Go

package main
import (
"gitlab.crans.org/nounous/ghostream/web"
)
func main() {
web.ServeHTTP()
}