diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-11 14:38:55 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-11 14:38:55 +0100 |
commit | 32b09256150d139e77d04533f28d0c26a32b12bd (patch) | |
tree | 9d5aff595a1af5afee566b433d0466416d4f6691 /config.go | |
parent | 3b752dc02e8ac2048c3dc6efa37145c679502c84 (diff) |
added notes.txt on the architecture, and a sample worker_config
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ type SCORSHcfg struct { // Read a configuration from fname or die -func ReadConfig(fname string) *SCORSHcfg { +func ReadGlobalConfig(fname string) *SCORSHcfg { data, err := ioutil.ReadFile(fname) if err != nil { |