Sign in
cue
/
cue
/
refs/tags/v0.3.0-beta.7
/
.
/
cmd
/
cue
/
cmd
/
testdata
/
script
/
issue322.txt
blob: 276706153d0ca3307e2467b1d5d66ec7f3368d9c [
file
] [
log
] [
blame
]
! cue vet
cmp stderr expect-stderr
-- expect-stderr --
imported and not used: "strings":
./x.cue:2:8
-- x.cue --
package x
import "strings"
foo: "hello"
-- y.cue --
package x
bar: foo