Categorygithub.com/zzzep/go-support
repository
0.3.0
Repository: https://github.com/zzzep/go-support.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Go Support

Go Version Beta Issues contact PIX GoDoc GitHub Sponsors Go Report Card GitHub Stars GitHub Last Commit Sponsor codecov Go

⚠️ This project is in beta phase and may still undergo significant changes.

This project is an Easier/Support/Facilitator library for Golang.

The main objective of this project is to make easy to Golang simple codes.

It is composed by some components:

  • BDD
    • Behavior Driven Development
    • For testing your Golang code
    • Given/When/Then
  • JSON
    • Marshal
    • Unmarshal
    • RedoUnmarshal
  • REQUEST (Simple HTTP Client)
    • GET/POST/PUT/PATCH/DELETE
    • With or without JSON body
    • With or without headers

Requirements

  • Go 1.23

Installing

You can install using the following command:

go install github.com/zzzep/go-support@latest