Progress with binary8 encoding

This commit is contained in:
Andrew Gutekanst
2019-12-20 06:00:47 +09:00
parent 96ec589651
commit 7aef17f7d9
6 changed files with 282 additions and 14 deletions

View File

@@ -2,16 +2,14 @@ package main
import (
"fmt"
"io"
_ "time"
"github.com/Andoryuuta/Erupe/network"
"time"
)
func main() {
fmt.Println("Starting!")
go serveLauncherHTML(":80")
go doEntranceServer(":53310")
go doSignServer(":53312")
for {