summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nshd/hackers_git/hackers.go1
-rwxr-xr-xsrc/nslcd_proto/util/struct_null_backend.go.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/nshd/hackers_git/hackers.go b/src/nshd/hackers_git/hackers.go
index a155f83..5c2ebd3 100644
--- a/src/nshd/hackers_git/hackers.go
+++ b/src/nshd/hackers_git/hackers.go
@@ -15,7 +15,6 @@ type user struct {
groups []string
}
-
type Config struct {
Pam_password_prohibit_message string
Yamldir string
diff --git a/src/nslcd_proto/util/struct_null_backend.go.sh b/src/nslcd_proto/util/struct_null_backend.go.sh
index 7cbdbd0..9d1c1b0 100755
--- a/src/nslcd_proto/util/struct_null_backend.go.sh
+++ b/src/nslcd_proto/util/struct_null_backend.go.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# -*- Mode: Go -*-
interface=$1
-cat <<EOF
+cat <<EOF | gofmt
package util
import p "nslcd_proto"