1234567891011121314151617181920212223242526272829 |
- Source: golang-notabug-makenotabuggreatagain-clog
- Section: devel
- Priority: optional
- Maintainer: jeff cliff <jeffrey.cliff@gmail.com>
- Uploaders: jeff cliff <jeffrey.cliff@gmail.com>
- Build-Depends: debhelper (>= 7),
- dh-golang,
- gccgo,
- golang-go,
- golang-github-smartystreets-goconvey-dev,
- golang-github-fatih-color-dev
- Standards-Version: 4.1.1
- Homepage: https://notabug.org/makenotabuggreatagain/clog
- XS-Go-Import-Path: notabug.org/makenotabuggreatagain/clog
- Testsuite: autopkgtest-pkg-go
- Package: golang-notabug-makenotabuggreatagain-clog-dev
- Architecture: amd64
- Depends: ${misc:Depends},
- golang-go ,
- golang-github-smartystreets-goconvey-dev,
- golang-github-fatih-color-dev
- Built-Using: ${misc:Built-Using}
- Description: channel-based logging package for Go
- This package supports multiple logger adapters across different levels of
- logging. It uses Go's native channel feature to provide goroutine-safe
- mechanism on large concurrency.
-
|