2goarray icon indicating copy to clipboard operation
2goarray copied to clipboard

A simple utility to encode a file (or any other data) into a Go byte array.

Results 8 2goarray issues
Sort by recently updated
recently updated
newest added

Fix: https://github.com/cratonica/2goarray/issues/12

Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead. Reference: + https://go.dev/doc/go-get-install-deprecation

i am getting error while that bash:gopath/bin/2goarray is not found directory

First, I love this tool. Thanks for creating it. I recently had to `[]byte`-fiy a folder of hundred of icons, in Windows, and accomplished it fairly easily with this quasi-oneliner....

Hi, I am trying to use make_icon.bat file for generating iconwin.go file . But i got below error , +++++++++++++++++++++++++++++++++++++++++++ > > > make_icon.bat "icon.png" > > > Installing 2goarray......

hello, i have created some first tests and setup travis for continous integration. also i've made some major changes at the generator stuff... you can find the latest dev commit...

Hello, Is it possible to adapt the generator to be compliant with superlinter ? I generate my code using ``` /Users/hdevigne/go/bin/2goarray Green icons ``` ``` icons/green.go:6: File is not `goimports`-ed...