diff --git a/lib/vsutil.go b/lib/vsutil.go deleted file mode 100644 index a24e52f..0000000 --- a/lib/vsutil.go +++ /dev/null @@ -1,15 +0,0 @@ -package lib - -import ( - "fmt" - "time" -) - -// VSUtil for common usage -type VSUtil struct { -} - -// GetTime as default -func (util *VSUtil) GetTime() string { - return fmt.Sprintf(`Hello world from vsutil at %s`, time.Now()) -}