Update domain.go and tests

This commit is contained in:
George
2020-09-22 16:40:00 -04:00
committed by George
parent 8e37f0e0e2
commit a0dfd597ad
5 changed files with 57 additions and 35 deletions
+4 -1
View File
@@ -8,4 +8,7 @@ all:
clean:
$(RM) meshnamed meshnamed.exe
.PHONY: all clean
test:
go test pkg/meshname/*_test.go
.PHONY: all clean test