Skip to content

paulchiu/gone-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gone-lib

Golang one liners library.

The purpose of this library is to remove the need to create (essentially) temporary types for common actions. Therefore this library leans towards achieving ease-of-use rather than program efficiency.

The following packages currently exist:

  • Email package that allows quick sending of HTML or plain emails. See examples for how to send emails in Golang using services such as Gmail.
  • CSV package that allows for reading of all CSV data from a filename. See example.

license

Apache 2. See LICENSE.

About

Golang one liners library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages