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
The rice embed-go command worked while my go.mod package was in v1. However, after upgrading my go.mod file so the module is using the /v2 suffix, rice embed-go now fails with "error creating embedded box file: open <v1 package path>/rice-box.go: permission denied", where "v1 package path" would be my package's v1 directory under my $GOPATH/pkg/mod.
Is this expected or am I missing something obvious?
The text was updated successfully, but these errors were encountered:
The
rice embed-go
command worked while mygo.mod
package was in v1. However, after upgrading my go.mod file so themodule
is using the/v2
suffix,rice embed-go
now fails with "error creating embedded box file: open <v1 package path>/rice-box.go: permission denied", where "v1 package path" would be my package's v1 directory under my $GOPATH/pkg/mod.Is this expected or am I missing something obvious?
The text was updated successfully, but these errors were encountered: