Single Version per Package #80

Merged
Jef Roosens merged 3 commits from single-version-per-pkg into dev 2022-02-19 09:10:18 +01:00
Showing only changes of commit 99f6dc69fd - Show all commits

View file

@ -34,7 +34,7 @@ fn parse_attrs(name string, attrs []string) ?([]http.Method, string) {
}
if x.len > 0 {
return IError(http.UnexpectedExtraAttributeError{
attributes: x
attributes: x
})
}
if methods.len == 0 {