Add description field.

This commit is contained in:
Daniel Theophanes
2012-03-09 21:56:50 -08:00
parent b8df907e33
commit 3c947a228d
2 changed files with 38 additions and 7 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ import (
func main() {
var displayName = "Go Service Test2"
var ws = service.NewService("GoServiceTest2", displayName)
var desc = "This is a test Go service. It is designed to run well."
var ws = service.NewService("GoServiceTest2", displayName, desc)
if len(os.Args) > 1 {
var err error