add some daemon related skeleton files

This commit is contained in:
Olaoluwa Osuntokun 2015-12-26 00:09:17 -06:00
parent 0307f321ad
commit a10a678505
6 changed files with 5 additions and 0 deletions

0
Dockerfile Normal file
View File

1
config.go Normal file
View File

@ -0,0 +1 @@
package main

1
doc.go Normal file
View File

@ -0,0 +1 @@
package main

1
log.go Normal file
View File

@ -0,0 +1 @@
package main

1
rpcserver.go Normal file
View File

@ -0,0 +1 @@
package main

1
server.go Normal file
View File

@ -0,0 +1 @@
package main