Files
kubevela/pkg/cue
Eng Zer Jun 426aa7af34 Refactor: move from io/ioutil to io and os package (#2234)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <zerjun@beatchain.co>
2021-09-06 18:33:42 +08:00
..
2021-03-26 15:24:19 +08:00

Develop Tips

The following packages need to be tested without external/tool dependencies, So that the cue-sh/unity can do verification

  • github.com/oam-dev/kubevela/pkg/cue/definition
  • github.com/oam-dev/kubevela/pkg/cue/model
  • github.com/oam-dev/kubevela/pkg/cue/model/sets
  • github.com/oam-dev/kubevela/pkg/cue/process
  • github.com/oam-dev/kubevela/pkg/cue/task
  • github.com/oam-dev/kubevela/pkg/cue/packages