You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

github.com/latebitflip-io/go-hog

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/latebitflip-io/go-hog

v1.1.2
Version published
Created

go-hog a MailHog client

Go Reference

Go Client for mailhog: https://github.com/mailhog/MailHog

MailHog is a convenient test utility for email integration

This client provides a simple way to interact with Mailhog's API. To use it, ensure Mailhog is running. You can quickly set it up using the provided docker-compose file. Run in the project root:

docker compose up

Then test it is working by running;

go test

Go install:

go get github.com/latebit-io/go-hog

FAQs

Package last updated on 01 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts