Skip to content
View vaguecoder's full-sized avatar
🤖
Confused
🤖
Confused

Block or report vaguecoder

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. This takes JSON as object and return...This takes JSON as object and returns slice of all the leaf key-value pairs in the structure. This doesn't preserve details of the depth, but just KVs of all levels. More details in: https://github.com/VagueCoder/Random-Go-Snippets/
    1
    package unmarshal
    2
    3
    import (
    4
    "fmt"
    5
    "reflect"
  2. gorilla-muxgorilla-muxPublic

    Forked from gorilla/mux

    A fork of gorilla/mux, the powerful HTTP router and URL matcher for building Go web servers with 🦍

    Go 1 3

close