sonic-net / sonic-gnmi

SONiC gNMI server and gNOI repo
Other
23 stars 52 forks source link

Format fix for every go file. #314

Closed hdwhdw closed 4 weeks ago

hdwhdw commented 4 weeks ago

gofmt -w .

Why I did it

We need to prevent tools like vscode automatically add format fixes to feature PR.

How I did it

gofmt -w .

How to verify it

check_gotest

Which release branch to backport (provide reason below if selected)

Description for the changelog

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

hdwhdw commented 4 weeks ago

This is not a real change but still blocked by unit test coverage. I'll dump this and exclude gnoi.go in the next one.