This website requires JavaScript.
Explore
Help
Sign In
jeremy
/
simplylab-go
Watch
1
Star
0
Fork
You've already forked simplylab-go
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
19b2278294
simplylab-go
/
main.go
8 lines
104 B
Go
Raw
Blame
History
package
main
func
main
(
)
{
r
:=
SetupRouter
(
)
// Listen and Server in 0.0.0.0:8080
r
.
Run
(
":8080"
)
}
Reference in New Issue
View Git Blame
Copy Permalink