Skip to content

Commit f8c7ffe

Browse files
committed
gofmt
1 parent bbcebc6 commit f8c7ffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func ExampleEnhanceStackTrace() {
9090
errCh <- nestedCall()
9191
}()
9292

93-
err := <- errCh
93+
err := <-errCh
9494
verboseOutput := fmt.Sprintf("Error full: %+v", errorx.EnhanceStackTrace(err, "another goroutine"))
9595
fmt.Println(verboseOutput)
9696

readme.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
// Package provides utility functions to compose, switch over, check, and ignore errors based on their types and properties.
4040
//
4141
// See documentation for Error, Type and Namespace for more details.
42-
package errorx
42+
package errorx

0 commit comments

Comments
 (0)