Closed myitcv closed 3 years ago
cue version
$ cue version v0.4.0
Yes
Tried to use the encoding/gocode/gocodec or encoding/gocode APIs.
encoding/gocode/gocodec
encoding/gocode
No staticcheck errors.
staticcheck
Errors warning me that I am using deprecated cue.Runtime or cue.Instance.
cue.Runtime
cue.Instance
As part of this we should also address https://github.com/cuelang/cuelang.org/pull/183
This issue has been migrated to https://github.com/cue-lang/cue/issues/1035.
For more details about CUE's migration to a new home, please see https://github.com/cue-lang/cue/issues/1078.
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
Tried to use the
encoding/gocode/gocodec
orencoding/gocode
APIs.What did you expect to see?
No
staticcheck
errors.What did you see instead?
Errors warning me that I am using deprecated
cue.Runtime
orcue.Instance
.As part of this we should also address https://github.com/cuelang/cuelang.org/pull/183