Ports Search

Results 761770 of 5,623 for /devel/.(0.004 seconds)
devel/logrus-0.10.0 (Score: 0.032514982)
Structured, pluggable logging for Go
Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger.
devel/go-metrics-20160521 (Score: 0.032514982)
Golang library for exporting performance and runtime metrics
This library provides a metrics package which can be used to instrument code, expose application metrics, and profile runtime performance in a flexible manner.
devel/pflag-20160610 (Score: 0.032514982)
Drop-in replacement for Go's flag package
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options. For a more precise description, see the "Command-line flag syntax" section below.
devel/go-pretty-20130510 (Score: 0.032514982)
Pretty-printing package for go values
Go package which provides pretty-printing for go values. This is useful during debugging, to avoid wrapping long output lines in the terminal. This package also provides a convenience wrapper for each function in package fmt that takes a format string.
devel/protobuf-20160617 (Score: 0.032514982)
Protocol Buffers for Go with Gadgets
Protocol Buffers for Go with Gadgets
devel/raw-0.0.0.20130328 (Score: 0.032514982)
Go library for high-level interface to unsafe and reflection packages
RAW is a high-level interface to Go's unsafe and reflection packages, designed to ease both generic programming and low-level memory access.
devel/go-runewidth-0.0.1 (Score: 0.032514982)
Go library to get the fixed width of a character or string
Go-runewidth provides functions to get the fixed width of a character or string.
devel/slices-0.0.0.20130325 (Score: 0.032514982)
Go library for slice-based datatypes
The Slices package provides implementations of slice-based datatypes for all of Go's basic types, as well as two separate implementations for handling slices in the context of reflection values. Currently there's no documentation but the extensive test suite includes numerous examples of how to use slices to solve common tasks.
devel/go-sql-driver-1.1 (Score: 0.032514982)
Lightweight and fast MySQL driver for go
Go-MySQL-Driver is a lightweight and fast MySQL-Driver for Go's (golang) database/sql package Features: * Lightweight and fast * Native Go implementation. No C-bindings, just pure Go * Connections over TCP/IPv4, TCP/IPv6 or Unix domain sockets * Automatic handling of broken connections * Automatic Connection Pooling (by database/sql package) * Supports queries larger than 16MB * Full sql.RawBytes support. * Intelligent LONG DATA handling in prepared statements * Secure LOAD DATA LOCAL INFILE support with file Whitelisting and io.Reader support * Optional time.Time parsing
devel/termbox-0.0.0.20160123 (Score: 0.032514982)
Pure Go termbox implementation
Termbox is a library that provides a minimalistic API which allows the programmer to write text-based user interfaces. The library is crossplatform and has both terminal-based implementations on *nix operating systems and a winapi console based implementation for Windows operating systems. The basic idea is an abstraction of the greatest common subset of features available on all major terminals and other terminal-like APIs in a minimalistic fashion. Small API means it is easy to implement, test, maintain and learn it, that's what makes the termbox a distinct library in its area.