Stephen Day
Stephen Day
@rsc Sorry that I said it was disappointing (please don't take it personally ;) ), but we need a way to be able to bring in non-Go directories. There are...
#29 only made it compatible with `go get` using go modules. We still need a solution that works with using only modules.
@AkihiroSuda I am not sure. What will work for windows?
For manifests, they usually target a single platform, so having OS specific paths seems fine, which means we can avoid the conversion.
@tonistiigi PTAL I think we should probably standardize on unix-style paths. In general, the manifests should be relocatable.
@AkihiroSuda Are we good on this? What are the next steps?
With this, we can now support Go module-based generation on containerd with the creation of a directory tree and a single link back to the project: ```console module=$(go list -m)...
Do you have details of the proposal? An example configuration file?
@fraenkel Would these generate the ttrpc and grpc definitions to separate packages or the same package?
@jlhawn This should probably be another issue. The support for devs and sockets is shaky at this point.