├── README.md ├── example ├── popcalc │ └── popcalc.go └── sleep │ └── sleep.go ├── go.mod ├── go.sum └── pkg └── recycled ├── asm_x64.s ├── config.go └── recycled.go /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/Doge-RecycledGate/HEAD/README.md -------------------------------------------------------------------------------- /example/popcalc/popcalc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/Doge-RecycledGate/HEAD/example/popcalc/popcalc.go -------------------------------------------------------------------------------- /example/sleep/sleep.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/Doge-RecycledGate/HEAD/example/sleep/sleep.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/Doge-RecycledGate/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/Doge-RecycledGate/HEAD/go.sum -------------------------------------------------------------------------------- /pkg/recycled/asm_x64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/Doge-RecycledGate/HEAD/pkg/recycled/asm_x64.s -------------------------------------------------------------------------------- /pkg/recycled/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/Doge-RecycledGate/HEAD/pkg/recycled/config.go -------------------------------------------------------------------------------- /pkg/recycled/recycled.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/Doge-RecycledGate/HEAD/pkg/recycled/recycled.go --------------------------------------------------------------------------------