Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Paul Yu 95cade1087
[CNI] Migrate zap logger for acn ipam package (#2299)
migration zap logger for acn ipam package
2023-10-28 04:38:36 +00:00
Eng Zer Jun e812bc82b8
refactor: move from io/ioutil to io and os packages (#1096)
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>
2021-11-17 16:31:42 -06:00
Evan Baker 96bec09d41
chore: appease the linter (3/?), the big gofumpt (#987)
* gofumpt -w -s .

* small addtl cleanups after gofumpt

* rerun after rebase
2021-09-02 16:33:18 -05:00
Ashutosh Dubey c2665f3e4a
adds environment flag fileIPAM (#482)
* adds environment flag fileIPAM

* "creating fileIpamSource once"

* Update fileIpam.go

well spaced if-1

* Update fileIpam_test.go

well spaced if-2

* comment improved

* smarter code structure
2020-02-06 14:59:56 -08:00