MickMake / GoSungrow

GoLang implementation to access the iSolarCloud API updated by SunGrow inverters.
https://mickmake.com/
GNU General Public License v2.0
148 stars 42 forks source link

support go get and go install, closes #13 #34

Open jpillora opened 1 year ago

jpillora commented 1 year ago

Hey Mick,

A lot of files changed in this one. If you rather do this yourself, feel free to close and:

  1. go.mod change GoSungrow -> github.com/MickMake/GoSungrow

  2. Project find ^((import)?\s*)"GoSungrow\/ and replace $2"github.com/MickMake/GoSungrow/

(My IDE vscode also did a gofmt and go imports automatically, so the diff shows reformatting changes too)