gitextract_lsq4_nwm/ ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── examples/ │ ├── save/ │ │ ├── index.html │ │ └── main.go │ ├── simple/ │ │ ├── index.html │ │ └── main.go │ └── thumbnailer/ │ ├── index.html │ └── main.go ├── go.mod ├── go.sum └── imageupload.go