varlink / go

Golang implementation of the Varlink protocol
https://godoc.org/github.com/varlink/go/varlink
Apache License 2.0
64 stars 57 forks source link

Allow uppercase letters in interface names #29

Closed arianvp closed 2 years ago

arianvp commented 2 years ago

Fixes https://github.com/varlink/go/issues/28

poettering commented 2 years ago

You probably would have to update the spec first.

Of course, not sure whether @haraldh (or who maintains the spec?), would be OK with such a change?