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
When a main package imports another package the main package is not rebuilt as it should when using install (only the dependent package is being rebuilt). This is not how the "normal" go tool behaves.
Test for example:
$ cat a/a.go
package a
varF=33varD=map[string]string{
"hej": "AAAAsadf",
}
Uh oh!
There was an error while loading. Please reload this page.
Hi,
When a main package imports another package the main package is not rebuilt as it should when using install (only the dependent package is being rebuilt). This is not how the "normal" go tool behaves.
Test for example:
Note that the file (b.js) is not updated
The text was updated successfully, but these errors were encountered: