lj_go

module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: MIT

README

A collection of useful functions I've collected over time which I reuse often.

How to use

go get github.com/lambdajack/lj_go
import "github.com/lambdajack/lj_go/pkg/lj_archive"

func main() {
	files, err := lj_archive.Unzip("path/to/file.zip", "path/to/out/dir")
}

Reference

Requirements

In order to be included, each function must:

  1. Be stable. Where breaking changes are made, use versioning or just a completeley new function.
  2. Be testable and have such tests included here.
  3. Try to be as environment agnostic as possible (i.e. as useful in a web api as it is in a cli application). Sometimes this is not possible and where it is not, usually multiple versions of the same function are available for each environment.
  4. Do only one thing.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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