Initial trial and error draft of using gopherjs.

This commit is contained in:
genxium
2022-12-23 17:31:04 +08:00
parent faee73ae50
commit 69e6baf8e7
25 changed files with 211226 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ package ws
import (
. "battle_srv/common"
"battle_srv/models"
pb "battle_srv/protos"
pb "jsexport/protos"
"container/heap"
"fmt"
"github.com/gin-gonic/gin"