Go to file
kayos@tcp.direct 84d2f8bc95
Revert: Make packages independant
2022-05-15 15:52:37 -07:00
.github/workflows Fix: github CI for go 1.18 2022-03-26 20:21:07 -07:00
entropy Revert: Make packages independant 2022-05-15 15:52:37 -07:00
hash Revert: Make packages independant 2022-05-15 15:52:37 -07:00
linux Revert: Make packages independant 2022-05-15 15:52:37 -07:00
network Revert: Make packages independant 2022-05-15 15:52:37 -07:00
squish Revert: Make packages independant 2022-05-15 15:52:37 -07:00
.gitignore Introduce new PRNG with drastically better performance 2022-03-15 20:39:22 -07: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 Revert: Make packages independant 2022-05-15 15:52:37 -07:00
go.sum Revert: Make packages independant 2022-05-15 15:52:37 -07: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.