dragonfly/internal/dynconfig
Eng Zer Jun f579d3c9ce
refactor: move from io/ioutil to io and os packages (#906)
* chore: run `go fmt ./...`

This commit synchronizes `//go:build` lines with `// +build` lines.

Reference: https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* refactor: move from io/ioutil to io and os packages

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 <engzerjun@gmail.com>
2023-06-28 17:32:45 +08:00
..
mocks Refactor scheduler's dynconfig (#228) 2023-06-28 17:22:37 +08:00
testdata Refactor scheduler's dynconfig (#228) 2023-06-28 17:22:37 +08:00
dynconfig.go feat: optimize scheduler dynconfig (#480) 2023-06-28 17:30:29 +08:00
dynconfig_local.go refactor: move from io/ioutil to io and os packages (#906) 2023-06-28 17:32:45 +08:00
dynconfig_manager.go feat: dfdaemon get scheduler list dynamically from manager (#812) 2023-06-28 17:32:37 +08:00
dynconfig_test.go chore: add lint errcheck and fix errcheck(#766) 2023-06-28 17:32:35 +08:00
manager_client.go Refactor scheduler's dynconfig (#228) 2023-06-28 17:22:37 +08:00