Skip to content
View aodin's full-sized avatar

Organizations

@colorado-code-for-communities @RenoJS @gSchool @SpaceAppsReno @hack4reno @codefordenver @srgresearch

Block or report aodin

Report abuse

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

Report abuse

Pinned Loading

  1. date date Public

    Golang's missing date package, including ranges

    Go 29 2

  2. golang-for-pythonistas golang-for-pythonistas Public

    Advanced topics for Python programmers looking to use Go

    61 5

  3. sol sol Public

    SQL toolkit for Go

    Go 16 2

  4. tablesorter tablesorter Public

    Native JS tablesorter

    JavaScript 2 2

  5. blackmirror blackmirror Public

    A small Go server for testing deployments that reflects request headers

    Go 1

  6. Parsing JSON in a request body with Go Parsing JSON in a request body with Go
    1
    package main
    2
    
                  
    3
    import (
    4
    	"encoding/json"
    5
    	"io/ioutil"