x/

directory
v0.0.0-...-ed9fe1d Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2018 License: BSD-3-Clause

Directories

Path Synopsis
xarchive
xzip
Package xzip provides higher level types and functions on top of "arvhive/zip" package.
Package xzip provides higher level types and functions on top of "arvhive/zip" package.
xcrypto
xhmac
Package xhmac provides some ulitities for hmac
Package xhmac provides some ulitities for hmac
Package ximage provider higher level functions for image processing
Package ximage provider higher level functions for image processing
Package xjson provides extended utility functions for encoding/json
Package xjson provides extended utility functions for encoding/json
Package xlog provides extended utility functions for log Package xlog provides the logging framework for applications.
Package xlog provides extended utility functions for log Package xlog provides the logging framework for applications.
xlogtest
Package xlogtest for internal tests.
Package xlogtest for internal tests.
xnet
xhttp
Package xhttp provies utility functions for net/http package
Package xhttp provies utility functions for net/http package
Package xruntime provides extended utility functions for runtime
Package xruntime provides extended utility functions for runtime
Package xstrings provides extended utility functions for strings
Package xstrings provides extended utility functions for strings
xtesting
assert
Package assert provides the assersion feature for *testing.T You can use assert functions by `assert.New(t)` import ( "testing" "github.com/speedland/go/x/xtesting/assert" ) func TestSomething(t *testing.T){ assert := assert.New(t) assert.OK(true) assert.EqInt(1, 1) assert.EqStr("Expects", "Got", "Somthing wrong!") }
Package assert provides the assersion feature for *testing.T You can use assert functions by `assert.New(t)` import ( "testing" "github.com/speedland/go/x/xtesting/assert" ) func TestSomething(t *testing.T){ assert := assert.New(t) assert.OK(true) assert.EqInt(1, 1) assert.EqStr("Expects", "Got", "Somthing wrong!") }
Package xtime provides extended utility functions for time
Package xtime provides extended utility functions for time

Jump to

Keyboard shortcuts

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