Skip to content

Instantly share code, notes, and snippets.

@d0xin
d0xin / NOTE.md
Created December 12, 2017 13:02 — forked from tcnksm/NOTE.md
Small note of gRPC Best Practice @ CoreOSFest 2017
@d0xin
d0xin / goarena.go
Created March 17, 2017 10:10 — forked from ecin/goarena.go
Dtrace probes in your Golang code
package main
/*
Ping vs Pong: A Gladiatorial Match
Two goroutines enter, only one leaves...
*/
/*
#cgo LDFLAGS: -lprobes -L/usr/local/lib
#include "probes.h"