dragonfly/internal
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
..
constants docs: scheduler config (#698) 2023-06-28 17:32:25 +08:00
dferrors chore: update golang import lint (#780) 2023-06-28 17:32:34 +08:00
dfheaders Fix client dfget bug and support digest (#432) 2023-06-28 17:30:26 +08:00
dflog refactor: dfpath pkg (#879) 2023-06-28 17:32:43 +08:00
dfnet feat: move dfnet to internal (#862) 2023-06-28 17:32:41 +08:00
dfpath feat: add data directory (#910) 2023-06-28 17:32:44 +08:00
dfplugin refactor: dfpath pkg (#879) 2023-06-28 17:32:43 +08:00
dynconfig refactor: move from io/ioutil to io and os packages (#906) 2023-06-28 17:32:45 +08:00
idgen test: idgen peer id (#913) 2023-06-28 17:32:45 +08:00
job chore: update golang import lint (#780) 2023-06-28 17:32:34 +08:00
util feat: move dfnet to internal (#862) 2023-06-28 17:32:41 +08:00