Skip to content

canopas/go-reusable-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-reusables

A comprehensive collection of essential and reusable functions for Go developers.

This repository aims to provide solid reusable functions of foundational tools that enhance Go programming experiences and streamline the development workflow.

Features

  • 🚀 Streamline development with foundational utility functions.
  • 🛠 Simplify common tasks with reusable code snippets.
  • 🧰 Build upon strong reusables of well-tested Go functions.
  • ⚡ Boost productivity and code readability in your projects.

Functionalities

Requirements

  • Go v1.20

Installation

  • If you want to use the email function, install the package with:

    go get github.com/canopas/go-reusables/email
    

Usage

go-reusables offer a diverse range of utility functions that cater to various aspects of software development. Here's a quick example of how to use an email function:

package main

import (
	"github.com/canopas/go-reusables/email"
)

func main() {
	email.SendAWSSESEmail(sess, data)
}

For detailed documentation and examples of each function, please refer to the examples.

Contributions and Feedback

Contributions are highly appreciated! If you find a bug, have a feature request, or want to contribute new functions, feel free to open an issue or submit a pull request.

License

go-reusables is open-source and distributed under the MIT License.