cli/command: more go1.19 ("predeclared any")

Signed-off-by: Nick Sieger <nick@nicksieger.com>
This commit is contained in:
Nick Sieger 2024-06-07 10:29:24 -05:00
parent 7ae9f2738c
commit d0057db3ac
No known key found for this signature in database
GPG Key ID: 222EA328BD6E402A
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
//go:build go1.19
package context package context
import ( import (