Reworking in module definition

This commit is contained in:
Héctor Hurtado
2019-10-08 12:02:46 +02:00
parent 73e05afee3
commit fe7d962581
3 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ import (
"testing"
)
func TestNewControlServerFillsTheStructCorrectly(t *testing.T) {
func Test(t *testing.T) {
}