Skip to content

zzzep/go-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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