Files
houston/client/deploy_test.go

14 lines
276 B
Go
Raw Normal View History

2023-10-24 20:08:48 +09:00
package client
import (
2023-10-24 20:57:41 +09:00
"fmt"
2023-10-24 20:08:48 +09:00
"testing"
)
func TestDownload(t *testing.T) {
2023-10-24 20:57:41 +09:00
//download(".", "https://kdcc.action2quare.com/houston/_deploys/game/0.18.186.1/game.zip", "", nil)
2023-10-24 21:18:28 +09:00
fmt.Println(pof2(1023, 1024))
fmt.Println(pof2(1024, 1024))
fmt.Println(pof2(1025, 1024))
2023-10-24 20:08:48 +09:00
}