Go to file
kayos@tcp.direct 28c6a6193d
racecar
2022-03-11 23:06:53 -08:00
.github/workflows racecar 2022-03-11 23:06:53 -08:00
entropy Documentation: literals -> pointers 2022-03-11 20:55:24 -08:00
hash Documentation: literals -> pointers 2022-03-11 20:55:24 -08:00
linux Documentation: literals -> pointers 2022-03-11 20:55:24 -08:00
network Testing: ip pointer range iteration 2022-03-11 21:56:07 -08:00
squish Documentation: literals -> pointers 2022-03-11 20:55:24 -08:00
.gitignore Documentation: literals -> pointers 2022-03-11 20:55:24 -08:00
LICENSE Make godoc happy.. harder 2022-01-01 23:48:31 -08:00
README.md Documentation: literals -> pointers 2022-03-11 20:55:24 -08:00
common_test.go Improve coverage 2022-02-12 19:27:04 -08:00
go.mod init 2022-01-01 13:39:27 -08:00
go.sum init 2022-01-01 13:39:27 -08:00
util.go Testing: ip pointer range iteration 2022-03-11 21:56:07 -08:00

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.