diff --git a/src/schema/schema.go b/src/schema/schema.go index 4697ce5..ff294b9 100644 --- a/src/schema/schema.go +++ b/src/schema/schema.go @@ -73,7 +73,7 @@ func parseColumn(line string) Col { latitude: in_range(-90, 90) # The latitude */ - reColumn, err := regexp.Compile("^([^: ]+):([^$#]+)?(#.*$)?") + reColumn, err := regexp.Compile("^([^:]+):([^$#]+)?(#.*$)?") if err != nil { log.Fatal(err) }