cloud-game/tests/e2e/e2e_test.go
Sadlil Rhythom 0e17092acb Refactor of cloud game overlord and overworker (#70)
* Introduce Makefile and go vendor directory for faster build

* WIP: Refactor cloud-game codebase with spliting overlord and worker binary

* Fix all issues and have a running build

* Complete first version of refactor
2019-09-12 03:35:21 +08:00

9 lines
68 B
Go

package e2e
import (
"testing"
)
func TestE2E(t *testing.T) {
}