This commit is contained in:
Daniel Theophanes
2012-05-11 01:33:29 -07:00
parent 0056a72596
commit 82c9b0060c
+2 -2
View File
@@ -1,11 +1,11 @@
package service package service
import ( import (
"os"
"fmt" "fmt"
"log/syslog" "log/syslog"
"text/template" "os"
"os/signal" "os/signal"
"text/template"
) )
func newService(name, displayName, description string) (s *linuxUpstartService, err error) { func newService(name, displayName, description string) (s *linuxUpstartService, err error) {