go fmt.
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"os"
|
||||
"fmt"
|
||||
"log/syslog"
|
||||
"text/template"
|
||||
"os"
|
||||
"os/signal"
|
||||
"text/template"
|
||||
)
|
||||
|
||||
func newService(name, displayName, description string) (s *linuxUpstartService, err error) {
|
||||
|
||||
Reference in New Issue
Block a user