checking for config file

This commit is contained in:
Senad Uka
2015-05-30 11:02:31 +02:00
parent 9b4bcfd43c
commit f2bfd685e5
5 changed files with 98 additions and 34 deletions

5
chub/add.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func addCommand(pathOfFile string, typeOfFile string) {
return
}