openziti / desktop-edge-win

Provides a Ziti client for Windows
Apache License 2.0
35 stars 13 forks source link

Identity on off cmdline fmt #344

Closed dovholuknf closed 3 years ago

dovholuknf commented 3 years ago

one single commit - nothing but go fmt ./...

dovholuknf commented 3 years ago

This literally was done with only:

git checkout identity-onOff-cmdline
git checkout -b identity-onOff-cmdline-fmt
go fmt ./...
git commit
git push