mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-02-06 04:22:59 +00:00
10 lines
101 B
Go
10 lines
101 B
Go
package main
|
|
|
|
import (
|
|
"gitlab.crans.org/nounous/ghostream/web"
|
|
)
|
|
|
|
func main() {
|
|
web.ServeHTTP()
|
|
}
|