1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-11 13:38:41 +02:00

docs: fix typo (#3081)

"you `main.go`" to "your `main.go`"
This commit is contained in:
Ishan Goel 2022-05-03 05:48:55 -07:00 committed by GitHub
parent ea7a696fab
commit f62283c8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: