I hereby claim:
- I am pheric on github.
- I am photon0f (https://keybase.io/photon0f) on keybase.
- I have a public key ASAUGsHWitMyRMMv3TaHR9bricph92xE9-W8RN_j2P2SAAo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "gopkg.in/yaml.v2" | |
| "log" | |
| ) | |
| type BungeeConf struct { | |
| IpForward bool `yaml:"ip_forward"` | |
| NetworkCompressionThreshold int `yaml:"network_compression_threshold"` |
I hereby claim:
To claim this, I am signing this object:
| package imgbbapi | |
| import ( | |
| "encoding/base64" | |
| "encoding/json" | |
| "fmt" | |
| "io/ioutil" | |
| "net/http" | |
| "net/url" | |
| ) |