Skip to content
View aodin's full-sized avatar

Organizations

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

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. datedatePublic

    Golang's missing date package, including ranges

    Go 29 2

  2. golang-for-pythonistasgolang-for-pythonistasPublic

    Advanced topics for Python programmers looking to use Go

    60 4

  3. solsolPublic

    SQL toolkit for Go

    Go 16 2

  4. tablesortertablesorterPublic

    Native JS tablesorter

    JavaScript 2 2

  5. blackmirrorblackmirrorPublic

    A small Go server for testing deployments that reflects request headers

    Go 1

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