From f62283c8abc2935b67f9de5b93df44ac4050bb5e Mon Sep 17 00:00:00 2001 From: Ishan Goel Date: Tue, 3 May 2022 05:48:55 -0700 Subject: [PATCH] docs: fix typo (#3081) "you `main.go`" to "your `main.go`" --- www/docs/errors/no-main.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/errors/no-main.md b/www/docs/errors/no-main.md index af81f1125..1d4394fd4 100644 --- a/www/docs/errors/no-main.md +++ b/www/docs/errors/no-main.md @@ -1,6 +1,6 @@ # Build does not contain a main function -This usually happens if you're trying to build a library or if you didn't setup the `builds.main` section in your `.goreleaser.yaml` and you `main.go` is not in the root folder. +This usually happens if you're trying to build a library or if you didn't setup the `builds.main` section in your `.goreleaser.yaml` and your `main.go` is not in the root folder. Here's an example error: