1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-02-06 04:22:59 +00:00
ghostream/main.go

10 lines
101 B
Go
Raw Normal View History

2020-09-21 17:29:50 +02:00
package main
import (
2020-09-21 17:47:31 +02:00
"gitlab.crans.org/nounous/ghostream/web"
2020-09-21 17:29:50 +02:00
)
func main() {
2020-09-21 17:47:31 +02:00
web.ServeHTTP()
2020-09-21 17:29:50 +02:00
}