Eli Bendersky
Eli Bendersky
This is a "catch-all" issue to discuss adding printout prefixes in some examples to make the code easier to correlate to output. gobyexample has a number of examples that produce...
The `net` package has some good examples for writing socket servers, but it doesn't provide a full example for a robust echo server that reads all data from clients around...
I'm generating a fairly large function using PeachPy (compiling from another language). When the function has a large number of labels it seems that the finalization invoked when `RETURN` is...
**The existence of this repository is harmful for Go beginners.** People arrive here from Google searches, looking for ways to structure their small, simple packages. What they find is overwhelming,...
Please consider adding Go modules support by running "go mod init github.com/fortytw2/leaktest" and committing the resulting `go.mod` file.
You can use `go bug` to have a cool, automatically filled out bug template, or fill out the template below. ### Describe the bug I have no straightforward way of...
If we take the tutorial's wire.go file and remove the blank line between the build constraint and "package main": ``` //+build wireinject package main ``` `wire` runs successfully, but when...
I'm running into a problem when using two IRBuilders on the same basic block. The C++ IRBuilder can keep track of its location even if instructions were inserted into the...
The .so file from #336 fails full readelf comparison because pyelftools doesn't handle compressed sections sufficiently well. Even in a basic header output, readelf marks compressed sections with a "c"...
Moving from bitbucket issue #22: Attached is an ELF file for which readelf from pyelftools behaves differently than GNU readelf. The reason is that the file consists of multiple compilation...