This website requires JavaScript.
Explore
Help
Sign In
ynerant
/
ghostream
Watch
1
Star
0
Fork
0
You've already forked ghostream
mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced
2025-02-06 04:22:59 +00:00
Code
Issues
Releases
Wiki
Activity
ghostream
/
main.go
10 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
Initial Golang project
2020-09-21 17:29:50 +02:00
package
main
import
(
Split web into Go submodule
2020-09-21 17:47:31 +02:00
"gitlab.crans.org/nounous/ghostream/web"
Initial Golang project
2020-09-21 17:29:50 +02:00
)
func
main
(
)
{
Split web into Go submodule
2020-09-21 17:47:31 +02:00
web
.
ServeHTTP
(
)
Initial Golang project
2020-09-21 17:29:50 +02:00
}
Reference in New Issue
Copy Permalink