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
16
Commits
1
Branch
15
Tags
1.1
MiB
0450ba8421
Commit Graph
3 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
360acac596
Update README to reflect fix in generated file.
2012-03-06 19:31:58 +01:00
jim teeuwen
02da4740e4
Fix generate doutput code. os.Error -> error. Remove calling of go fmt from code. This should really be done manually.
2012-02-11 16:49:43 +01:00