Fix struct tag in apparently untested config struct

This commit is contained in:
Daniel Smith 2014-10-07 14:01:45 -07:00
parent 2d048bc0f2
commit 2dde76bd03

View File

@ -44,6 +44,7 @@ import (
)
// serviceConfig is a deserialized form of the config file format which ConfigSourceFile accepts.
// TODO: this is apparently untested; is it used?
type serviceConfig struct {
Services []struct {
Name string `json: "name"`