daily pastebin goal
32%
SHARE
TWEET

Untitled

a guest Aug 22nd, 2018 120 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. type S struct {
  2.     Servers []struct {
  3.         Current string `json:"Current"`
  4.         Options struct {
  5.             Name string `json:"Name"`
  6.         } `json:"Options"`
  7.     } `json:"Servers"`
  8. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top