This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
UCL
/
elec0017_project
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
1
Pull Requests
0
Wiki
Aborescence:
2db39f9618
Branches
Tags
accelerometer
master
elec0017_pro...
/
server
/
main.go
main.go
88 B
Historique
Raw
1
2
3
4
5
6
7
package main
func main() {
loadConfig()
go serveInterface(":9080")
serve(":9000")
}