aa7f304bc1
ghodss/yaml converts from YAML to JSON before attempting to unmarshal. This allows us to: * Get the correct behavor when decoding base64'd []byte slices. * Use *json.RawMessage. * Not have to support extravagant YAML features. * Let our structs use `json:` tags |
||
---|---|---|
.. | ||
config.go | ||
config_test.go | ||
crud.go | ||
crud_test.go | ||
migrate.go | ||
migrate_test.go | ||
sql.go | ||
sql_test.go | ||
standup.sh |