summaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/main.go b/src/main.go
index 9067cdf..83cb879 100644
--- a/src/main.go
+++ b/src/main.go
@@ -1,2 +1,11 @@
-//include "nslcd.h"
-import "C"
+package nshd
+
+import (
+ _ "./nslcd_proto"
+ _ "./sd_daemon"
+ _ "./sd_daemon/logger"
+)
+
+func main() {
+
+}