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

Block or report vaguecoder

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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-mux gorilla-mux Public

    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