dragonfly/pkg/source
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
..
hdfsprotocol refactor: move from io/ioutil to io and os packages (#906) 2023-06-28 17:32:45 +08:00
httpprotocol refactor: move from io/ioutil to io and os packages (#906) 2023-06-28 17:32:45 +08:00
mock unify back source interface (#877) 2023-06-28 17:32:42 +08:00
ossprotocol chore: update UnknownSourceFileLen (#888) 2023-06-28 17:32:43 +08:00
testdata refactor: move from io/ioutil to io and os packages (#906) 2023-06-28 17:32:45 +08:00
header.go unify back source interface (#877) 2023-06-28 17:32:42 +08:00
header_test.go unify back source interface (#877) 2023-06-28 17:32:42 +08:00
plugin.go refactor: dfpath pkg (#879) 2023-06-28 17:32:43 +08:00
plugin_test.go feat: Add plugin support for resource (#291) 2023-06-28 17:28:01 +08:00
request.go unify back source interface (#877) 2023-06-28 17:32:42 +08:00
request_fixture.go unify back source interface (#877) 2023-06-28 17:32:42 +08:00
request_test.go unify back source interface (#877) 2023-06-28 17:32:42 +08:00
response.go unify back source interface (#877) 2023-06-28 17:32:42 +08:00
source_client.go Load source plugins (#894) 2023-06-28 17:32:44 +08:00