rebuy-go-sdk

module
v3.12.0 Latest Latest
Warning

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

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

README

rebuy-go-sdk

GoDoc Build Status

Library for our Golang projects

Development Status rebuy-go-sdk is designed for internal use. Since it uses Semantic Versioning it is safe to use, but expect big changes between major version updates.

Major Release Notes

Note: vN is the new release (eg v3) and vP is the previous one (eg v2).

  1. Create a new branch release-vN to avoid breaking changes getting into the previous release.
  2. Do your breaking changes in the branch.
  3. Update the imports everywhere:
    • find . -type f -exec sed -i 's#github.com/rebuy-de/rebuy-go-sdk/vO#github.com/rebuy-de/rebuy-go-sdk/vP#g' {} +
  4. Merge your branch.
  5. Add Release on GitHub.

Directories

Path Synopsis
cmd
pkg
cmdutil
Package cmdutil contains helper utilities for setting up a CLI with Go, providing basic application behavior and for reducing boilerplate code.
Package cmdutil contains helper utilities for setting up a CLI with Go, providing basic application behavior and for reducing boilerplate code.
syncutil
Package syncutil provides utilities for better handling of Goroutines.
Package syncutil provides utilities for better handling of Goroutines.
webutil
Package webutil provides functions for making developing a website easier.
Package webutil provides functions for making developing a website easier.

Jump to

Keyboard shortcuts

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