common/README.md

879 B

common

GoDoc codecov

Welcome to things. Here are some of the aforementioned:

base

`import "git.tcp.direct/kayos/common"`

Base

func Abs

func Abs(n int) int

Abs will give you the positive version of a negative integer, quickly.

func Fprint

func Fprint(w io.Writer, s string)

Fprint is fmt.Fprint with error handling.