Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. "snippets": [
  2. {
  3. "text": "sortby",
  4. "title": "type bySomeOrder []type",
  5. "value": "type $1 []$2\n\nfunc(b $1) Len() int { return len(b) }\nfunc(b $1) Swap(i, j int) { b[i],b[j] = b[j],b[i] }\nfunc(b $1) Less(i, j int) bool { return b[i].$3 < b[j].$3 }"
  6. },
  7. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement