Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
/ com Public archive

This is an open source project for commonly used functions for the Go programming language.

License

Notifications You must be signed in to change notification settings

unknwon/com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b41c64a · Aug 17, 2020
Dec 1, 2013
May 19, 2014
Aug 4, 2019
Oct 12, 2013
Aug 4, 2019
Aug 4, 2019
Aug 30, 2013
Aug 17, 2020
Jul 15, 2014
Oct 10, 2018
Feb 1, 2015
Aug 4, 2019
Aug 6, 2014
Nov 19, 2014
Aug 4, 2019
Feb 14, 2019
Mar 21, 2019
Aug 23, 2013
Mar 21, 2019
Nov 19, 2014
Jun 17, 2018
Feb 11, 2015
Jul 23, 2015
Aug 4, 2019
Mar 21, 2019
Nov 19, 2014
Mar 21, 2019
Dec 16, 2013
Feb 13, 2017
Aug 4, 2019
Sep 12, 2014
May 19, 2014

Repository files navigation

Common Functions

Build Status Go Walker

This is an open source project for commonly used functions for the Go programming language.

This package need >= go 1.3

Code Convention: based on Go Code Convention.

Contribute

Your contribute is welcome, but you have to check following steps after you added some functions and commit them:

  1. Make sure you wrote user-friendly comments for all functions .
  2. Make sure you wrote test cases with any possible condition for all functions in file *_test.go.
  3. Make sure you wrote benchmarks for all functions in file *_test.go.
  4. Make sure you wrote useful examples for all functions in file example_test.go.
  5. Make sure you ran go test and got PASS .

About

This is an open source project for commonly used functions for the Go programming language.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages