server 태그는 떼고 client 태그로만 빌드 구분

This commit is contained in:
2023-11-13 12:04:27 +09:00
parent d43b83e761
commit 61d2fbf709
8 changed files with 9 additions and 46 deletions

View File

@ -1,13 +1,9 @@
package client
import (
"fmt"
"testing"
)
func TestDownload(t *testing.T) {
//download(".", "https://kdcc.action2quare.com/houston/_deploys/game/0.18.186.1/game.zip", "", nil)
fmt.Println(pof2(1023, 1024))
fmt.Println(pof2(1024, 1024))
fmt.Println(pof2(1025, 1024))
}