summaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-08-26 20:25:52 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-08-26 20:25:52 -0600
commit13bb2e14fcdd260d060b7240357d4a8a80002114 (patch)
tree8bd49d988aa597c98578833b0b82b952b203c98b /src/main.go
parenta6ac8f680062069b2821214f5b74cc96673ee4ca (diff)
work
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main.go b/src/main.go
deleted file mode 100644
index 83cb879..0000000
--- a/src/main.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package nshd
-
-import (
- _ "./nslcd_proto"
- _ "./sd_daemon"
- _ "./sd_daemon/logger"
-)
-
-func main() {
-
-}