Cosmetic fixes.

pull/4/head
jim teeuwen 2012-06-14 11:20:10 +02:00
parent 37af2a4b27
commit c2d800d607
1 changed files with 7 additions and 4 deletions

View File

@ -50,6 +50,9 @@ func %s() []byte {`, funcname, funcname)
if uncompressed {
fmt.Fprintf(output, `
// This bit of black magic ensures we do not get
// unneccesary memcpy's and can read directly from
// the .rodata section.
var empty [0]byte
sx := (*reflect.StringHeader)(unsafe.Pointer(&_%s))
b := empty[:]