about summary refs log tree commit diff stats
path: root/svc/init_test.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-05 15:43:50 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-05 15:43:50 -0400
commit39c0e89b0aa010ae80156976fc5b0a5fe9b4b115 (patch)
treed6354381b5c801eecf832f7c730541e0f06e27d3 /svc/init_test.go
parentfd43c61bd128ad77b22db0537a9a4eb58490b0b5 (diff)
downloadgetwtxt-39c0e89b0aa010ae80156976fc5b0a5fe9b4b115.tar.gz
fixed some import comments
Diffstat (limited to 'svc/init_test.go')
-rw-r--r--svc/init_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/init_test.go b/svc/init_test.go
index 58f39f9..43992a4 100644
--- a/svc/init_test.go
+++ b/svc/init_test.go
@@ -1,4 +1,4 @@
-package svc // import github.com/getwtxt/getwtxt/svc
+package svc // import "github.com/getwtxt/getwtxt/svc"
 
 import (
 	"fmt"