Skip to content
View aodin's full-sized avatar

Organizations

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

Block or report aodin

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. 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 1 1

  5. blackmirror blackmirror Public

    A small Go server for testing deployments

    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"