You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some sort of url-inspired syntax, example.com/myproject/myprotocol.Person v1.
Do we import once with the full url, and then refer with just the basename (or given alias)? import example.com/myproject/myprotocol and then myprotocol.Person v1.
How are the actual *.chi looked up? The Go code gen should use $GOPATH, but also support schemas defined in non-Go projects; and non-Go libraries need a standard lookup mechanism.
Cyclic imports are an error.
The text was updated successfully, but these errors were encountered:
Some sort of url-inspired syntax,
example.com/myproject/myprotocol.Person v1
.Do we import once with the full url, and then refer with just the basename (or given alias)?
import example.com/myproject/myprotocol
and thenmyprotocol.Person v1
.How are the actual
*.chi
looked up? The Go code gen should use$GOPATH
, but also support schemas defined in non-Go projects; and non-Go libraries need a standard lookup mechanism.Cyclic imports are an error.
The text was updated successfully, but these errors were encountered: