Skip to content
View osamingo's full-sized avatar
🧑‍💻
🧑‍💻

Sponsors

@ysaito8015

Organizations

@gopherdojo

Block or report osamingo

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
osamingo/README.md
github contribution grid snake animation

Open Source Contributions

47 merged pull requests across 26 repositories, plus a commit in the Go standard library.

Project Contribution
gqlgo/gqlgenc Added an option to encode nil slices as empty arrays, normalized nil generate configs, and modernized the CI workflow
k1LoW/gostyle Documented the exclude-files configuration
goccy/bigquery-emulator Applied command options from environment values
gofrs/uuid Fixed the CI badge link
auth0/go-jwt-middleware Fixed a panic caused by an unchecked type assertion on custom claims
sony/sonyflake Simplified the test suite and pinned stable Go versions in CI
go-joe/slack-adapter Migrated the Slack client from nlopes/slack to slack-go/slack
mercari/go-emv-code Added test cases for the encoder and the CRC16 hash
golang/go Fixed an outdated algorithm reference URL in compress/flate
mercari/go-dnscache Simplified the loop control of the refresh goroutine
go-playground/validator Corrected the documented tag name for printable ASCII validation
uber-go/zap Added an apex/log case to the logging benchmark suite
kelseyhightower/envconfig Added MustProcess
tagomoris/fluent-plugin-secure-forward Fixed a typo in an SSL session log message

Libraries

Library Description
jsonrpc JSON-RPC 2.0 server for net/http
checkdigit Check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC)
indigo Distributed unique ID generator built on Sonyflake, encoded in Base58
gosh Runtime statistics handler for Go services
shamoji Word filtering
go-kenall Client for the kenall Japanese address API

jsonrpc, checkdigit, indigo, gosh, and shamoji are listed on awesome-go.

Pinned Loading

  1. jsonrpc jsonrpc Public

    The jsonrpc package helps implement of JSON-RPC 2.0

    Go 193 23

  2. checkdigit checkdigit Public

    Provide check digit algorithms and calculators written in Go

    Go 114 9

  3. indigo indigo Public

    A distributed unique ID generator of using Sonyflake and encoded by Base58

    Go 111 12

  4. gosh gosh Public

    Provide Go Statistics Handler, Struct, Measure Method

    Go 37 2

  5. go-kenall go-kenall Public

    Unofficially kenall (ケンオール) client written by Go

    Go 27 4

  6. go-csvpp go-csvpp Public

    A Go implementation of the IETF CSV++ specification

    Go