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
49
Commits
1
Branch
15
Tags
1.1
MiB
85c2b05609
Commit Graph
2 Commits
Author
SHA1
Message
Date
jim teeuwen
0450ba8421
Change signature of generated function to only return the decompressed byte slice. The error value is removed. Instead the function will panic when a decompression error occurs. This allows us to assign the data to global variables were necessary. A decompression error is considered a deal breaker and therefor the panic is warranted.
2012-03-08 11:47:57 +01:00
jim teeuwen
2a84f0bab0
Changed from package to command. Removed bindata dependency from generated go files by embedding the unpacking code in the generated function.
2011-06-17 17:44:59 +02:00