diff options
Diffstat (limited to 'conf/README.md')
-rw-r--r-- | conf/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/conf/README.md b/conf/README.md deleted file mode 100644 index a20541a93f..0000000000 --- a/conf/README.md +++ /dev/null @@ -1,9 +0,0 @@ -## NOTICE - -This directory only used for development, and us [go-bindata](https://github.com/jteeuwen/go-bindata) to store in memory for releases. - -To apply any change in this directory, install [go-bindata](https://github.com/jteeuwen/go-bindata), and then execute following command in root of source directory: - -``` -$ go-bindata -ignore="\\.DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/... -```
\ No newline at end of file |