common

package module
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2022 License: Unlicense Imports: 5 Imported by: 1

README

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.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Abs

func Abs(n int) int

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

func BytesToFloat64 added in v0.5.3

func BytesToFloat64(bytes []byte) float64

BytesToFloat64 will take a slice of bytes and convert it to a float64 type.

func Float64ToBytes added in v0.5.3

func Float64ToBytes(f float64) []byte

Float64ToBytes will take a float64 type and convert it to a slice of bytes.

func Fprint

func Fprint(w io.Writer, s string)

Fprint is fmt.Fprint with error handling.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL