This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
UCL
/
elec0017_project
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
1
Pull Requests
0
Wiki
Árbore:
b0706ca107
Ramas
Etiquetas
accelerometer
master
elec0017_pro...
/
server
/
main.go
main.go
88 B
Histórico
Raw
1
2
3
4
5
6
7
package main
func main() {
loadConfig()
go serveInterface(":9080")
serve(":9000")
}