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