GoHook
GoHook is an extremely simple library for creating and sending discord Webhooks in Golang.
Please Read The Information Section


Installation
go get github.com/Aaron-JM/GoHook
Update
Gohook now supports basic embbeding, including: Coloring, Title and Description
GoHook.Embed(url, "15258703", "Title", "Description")
Gohook is currently only capable of sending simple content and cannot yet send embedded messages. Although it is possible for users to simply utilize three Grave accent to create an embedded message. Support for embedded messages will be implemented as soon as possible. Also, GoHook does not currently utilize optional parameters therefore it is required that users leave a blank string if they do not wish to alter a certain section. The easiest way to do this would be the following. var null = *new(string). Creating an empty string within null allows for you to leave a certain option empty e.g.


ToDo
- Function For Basic Messages.
- Function For Embedded Messages.
- Add Optional Params