-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I work on this project? #365
Comments
This repo is extremely outdated. You need to explicitly set GO111MODULE=off to build and run it. |
or use PR #349 as a base - which has converted the project to modules |
actually, I've merged this branch into https://github.com/mailhog/MailHog/tree/release/1.1.0-beta1 |
In case it's also useful for anyone, I've also got a fork which I turned into a monorepo which fixes a number of major performance issues and brings the project up-to-date: https://github.com/ynori7/mailhog |
@ynori7 - thanks, is it possible we can get that work upstreamed? |
@gedge I guess it would be a little tough since I severed the link to the original repo since it was no longer really a fork of mailhog/Mailhog but rather a new repo containing all of the mailhog repos with cleaner package names. We could probably merge them, but there would be breaking changes. |
I forked and checked out this repository with the intent of fixing an issue I have with it, but fell down before even getting it running.
The readme says
But there's nothing in the makefile about
deps
, so I getmake: *** No rule to make target 'deps'. Stop.
. It then directs me toMailHog/BUILD.md
which saysBut
make
just returns:I see that after formatting, the makefile tries to run
go install .
, so I tried that, and getBack in the readme, it says
But there's no test rule in the makefile, and I don't have
goconvey
installed, whatever that might be.The text was updated successfully, but these errors were encountered: