Skip to content
View michaelmenon's full-sized avatar
  • USA

Block or report michaelmenon

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

Popular repositories Loading

  1. mice mice Public

    A simple HTTP/HTTPS API Gateway in Golang.

    Go 7 2

  2. actors actors Public

    An actor system in Go.

    Go 6

  3. gofp gofp Public

    It's a functional collection package in Go implementing FP intermediate functions Map,Reduce and Filter. More FP functions will be added.

    Go 1

  4. gweb gweb Public

    A wrapper around Golang net.http server for easier use of handlers,middlewares and routing for a web server. Totally uses net.http and no other 3rd party or unsafe code.

    Go 1

  5. mcontext mcontext Public

    It's a package in Go for setting/retrieving a value corresponding to a key passed to the context. Its mainly used for passing values between HTTP middlewares in Go. To use this : go get github.com/…

    Go

  6. openglex openglex Public

    example of drawing a triangle using OpenGL in Go. Each triangle vertices has its own color. uses a shader package to load the shader code from an external file

    Go