lang: Small build fixes

This commit is contained in:
James Shubin
2022-09-11 20:39:02 -04:00
parent b87fa6715b
commit 04f5ba67a2
9 changed files with 24 additions and 12 deletions

View File

@@ -754,7 +754,7 @@ func (obj *GAPI) Get(getInfo *gapi.GetInfo) error {
// don't think we need to pass in an initial scope because the download
// operation shouldn't depend on any initial scope values, since those
// would all be runtime changes, and we do not support dynamic imports!
// XXX Add non-empty scope?
// XXX: Add non-empty scope?
if err := iast.SetScope(nil); err != nil { // empty initial scope!
return errwrap.Wrapf(err, "could not set scope")
}