構成
	file_event/
		file_event.go
	create_file/
		config.json
	delete_file/
		config.json


セットアップ
	file_event配下で、go build file_event.go
	出来たバイナリをコピー
	cp -p file_event/file_event create_file/create_file
	cp -p file_event/file_event delete_file/delete_file

