This website requires JavaScript.
Explore
Help
Sign In
go
/
bindata
Watch
1
Star
0
Fork
0
You've already forked bindata
Code
Issues
Pull Requests
Releases
Wiki
Activity
28
Commits
1
Branch
15
Tags
1.1
MiB
5f066faee3
Commit Graph
3 Commits
Author
SHA1
Message
Date
jim teeuwen
98c1704190
Combine the old and new code generation methods. We can select the .rodata hack described in issue
#1
by supplying the -m commandline flag. The default code generation mode is the old one. While it uses more memory, it is a safer version and offers no problems when used on platforms that restrict usage of the
unsafe
and
reflect
packages. Additionally I did some cleanup and refactoring of the code. Bumped version to 1.0.0
2012-06-22 14:12:15 +02:00
jim teeuwen
c2d800d607
Cosmetic fixes.
2012-06-14 11:20:10 +02:00
jim teeuwen
37af2a4b27
Fix generated code for both compressed and uncompressed modes. We now no longer require a memcpy to read the static file data and can get it directly from the .rodata section. This addresses issue
#1
2012-06-13 14:17:25 +02:00