mirror of
https://github.com/LeRoid-hub/humiditycalc.git
synced 2025-01-31 03:34:56 +00:00
10 lines
101 B
Go
10 lines
101 B
Go
package main
|
|
|
|
import (
|
|
"github.com/LeRoid-hub/humiditycalc/server"
|
|
)
|
|
|
|
func main() {
|
|
server.Run()
|
|
}
|