Skip to content

Commit db69a57

Browse files
authored
refactor!: improve error handling for developers (#965)
1 parent bdadeab commit db69a57

File tree

142 files changed

+2791
-25996
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+2791
-25996
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ builds:
99
- amd64
1010
- arm64
1111
ldflags:
12-
- -X github.com/envelope-zero/backend/v4/pkg/router.version={{.Version}}
12+
- -X github.com/envelope-zero/backend/v5/pkg/router.version={{.Version}}
1313

1414
snapshot:
1515
name_template: "{{ incpatch .Version }}-next"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ coverage: test
2525
VERSION ?= $(shell git rev-parse HEAD)
2626
.PHONY: build
2727
build:
28-
go build -ldflags "-X github.com/envelope-zero/backend/v4/pkg/router.version=${VERSION}"
28+
go build -ldflags "-X github.com/envelope-zero/backend/v5/pkg/router.version=${VERSION}"
2929

3030
.PHONY: docs
3131
docs:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ The public API is defined as:
112112
Not part of the public API is:
113113

114114
- The go module itself, meaning that exported function signatures or behaviors can change at any point in time
115+
- The exact error messages. All error messages are intended to be displayed to users and can change with every release to improve them.

0 commit comments

Comments
 (0)