xgo

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2023 License: MIT Imports: 0 Imported by: 0

README

xgo - Extra Go

Copyright (c) 2020, 2023, Geert JM Vanderkelen

Package xgo gathers extra, common functionality which gets reimplemented in each project. It is organized in sub-packages which mimic the Go standard library.

xgo is meanly used by other projects the author is maintaining and does nothing extraordinary except taking away the tedious repeating.
The package grew from an old package, which was split into various separate repositories within github.com/golistic. However, this is way too much overhead and maintenance, so we decided to revert back to a single repository: xgo.

Index

  • xconv provides functionality to convert things to other things (inspired by standard library strconv but not limited to strings)
  • xnet provides extra functionality around network I/O
  • xos offers extra functionality around files and anything operating system related
  • xsql provides extra functionality around SQL drivers including managing DSN (Data Source Name)
  • xstrings extends strings with useful helpers
  • xt offers wrappers around the testing standard package; the name was kept short because it used a lot
  • xtime provides helpers around time.Time

License

Distributed under the MIT license. See LICENSE.txt for more information.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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