临时提交

This commit is contained in:
GoEdgeLab
2020-07-21 11:18:47 +08:00
commit cb5d9feb7a
32 changed files with 729 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package nodes
import (
_ "github.com/iwind/TeaGo/bootstrap"
"testing"
)
func TestNode(t *testing.T) {
node := NewNode()
node.Start()
}