go fmt.
This commit is contained in:
+2
-2
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user