diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-13 07:55:44 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-13 07:55:44 +0100 |
commit | 00c61083d7139f19b8d99dfc7ac6d7e22c4f9a78 (patch) | |
tree | 942623175a650be1c98694e0f2e05640df49d9df /spooler.go | |
parent | b2b083e0597d3277f5dc075f4b17c89de51a77d0 (diff) |
master and worker initialisation (draft)
Diffstat (limited to 'spooler.go')
-rw-r--r-- | spooler.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ func parse_request(fname string) (SCORSHmsg, error) { log.Printf("Unable to open file: %s\n", fname) return ret, SCORSHerr(SCORSH_ERR_NO_FILE) } + + // FIXME: Fill in the ret structure return ret, nil |