resize icon indicating copy to clipboard operation
resize copied to clipboard

Add go.mod

Open piggynl opened this issue 2 years ago • 2 comments

Without go.mod, go build and go test fails with error:

go: cannot find main module, but found .git/config in /work/nfnt-resize
        to create a module there, run:
        go mod init

Since 1.16, golang will build packages in module-aware mode by default, see: https://go.dev/blog/go116-module-changes#modules-on-by-default

piggynl avatar Apr 02 '22 06:04 piggynl

It's so sad that nfnt/resize is no longer being updated. see: https://github.com/nfnt/resize/issues/63

caojen avatar Apr 20 '22 09:04 caojen

Thank you for the information :smiley_cat:

piggynl avatar Apr 22 '22 11:04 piggynl