Documentation ¶
Overview ¶
Binary gorwi rewrites imports.
Example:
$ go run gorwi.go -r '"flag" -> "other/flag"' test.go
race-addrof demonstrates an addrOf primitive using data races without using any import, in particular no fmt.Sprintf("%p")
go run race-interface.go go run -race race-interface.go GORACE=halt_on_error=1 go run -race race-interface.go
go run race-slice.go go run -race race-slice.go GORACE=halt_on_error=1 go run -race race-slice.go
Sample self-signed SSL service.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
golang code execution without imports using only data races
|
golang code execution without imports using only data races |
Package memory showcases some unsafe operations in Go: read, write and call.
|
Package memory showcases some unsafe operations in Go: read, write and call. |
Click to show internal directories.
Click to hide internal directories.