We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of pulling files from S3, this service should just hold the data in memory. Some suggestions for approaches:
I think the first option is the simplest?
The text was updated successfully, but these errors were encountered:
Generate static Go code
@bodhi I try to use https://github.com/jteeuwen/go-bindata.
That generate 107MB file in go.
> go-bindata -o jpbindata/bindata.go jp/ > ls -lh -rw-r--r-- 1 ** staff 107M Jun 4 11:37 bindata.go
I try to compile this file and wait a minutes that don't finished.
time go build . // Ctl-c break the compile real 1m54.225s user 0m0.570s sys 0m0.274s
Sorry, something went wrong.
tnclong
No branches or pull requests
Instead of pulling files from S3, this service should just hold the data in memory. Some suggestions for approaches:
I think the first option is the simplest?
The text was updated successfully, but these errors were encountered: