https://github.com/labstack/gommon.git

Alexandre Stein 3bc2d333a4 Make the Panic and the Fatal functions behave similar to the rest (#19) 8 years ago
bytes 058e16e77b [FIX] Cleanup code (#16) 8 years ago
color f9d5a06271 Print functions 9 years ago
email 058e16e77b [FIX] Cleanup code (#16) 8 years ago
log 3bc2d333a4 Make the Panic and the Fatal functions behave similar to the rest (#19) 8 years ago
random 058e16e77b [FIX] Cleanup code (#16) 8 years ago
.gitignore 4fae226dd6 Using buffer in log 10 years ago
.travis.yml bf40841f72 Update .travis.yml 8 years ago
Gopkg.lock 8cfb9656c4 [FEATURE] Move to dep (#17) 8 years ago
Gopkg.toml 8cfb9656c4 [FEATURE] Move to dep (#17) 8 years ago
LICENSE 51f79cf70e Initial commit 11 years ago
README.md 2e62be24db Add bytes format feature 10 years ago
gommon.go c93307f018 Added dummy go file 11 years ago

README.md

Gommon GoDoc Build Status Coverage Status

Common packages for Go

  • Bytes - Format/parse bytes.
  • Color - Style terminal text.
  • Log - Simple logging.