Skip to content

Instantly share code, notes, and snippets.

View gabsn's full-sized avatar
🇫🇷

Gabin Boyer gabsn

🇫🇷
  • Focus Tree
View GitHub Profile
@gabsn
gabsn / config
Last active September 18, 2017 21:07
A custom ~/ssh/config file
Host *
AddressFamily inet
Compression yes
ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r
ControlPersist 720m
User gabin
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa
ForwardAgent yes
==================
WARNING: DATA RACE
Read at 0x00c42470c7c8 by goroutine 9:
  reflect.Value.Int()
      /home/vagrant/.gimme/versions/go1.8.linux.amd64/src/reflect/value.go:900 +0x181
  github.com/DataDog/dd-trace-go/vendor/github.com/ugorji/go/codec.(*encFnInfo).kInt()
      /home/vagrant/go/src/github.com/DataDog/dd-trace-go/vendor/github.com/ugorji/go/codec/encode.go:416 +0x50
  github.com/DataDog/dd-trace-go/vendor/github.com/ugorji/go/codec.(*Encoder).doEncodeValue()
      /home/vagrant/go/src/github.com/DataDog/dd-trace-go/vendor/github.com/ugorji/go/codec/encode.go:1222 +0xa1