Skip to content

Commit

Permalink
Add public API for testing
Browse files Browse the repository at this point in the history
For testing API compatibility check.
  • Loading branch information
at-wat committed Feb 29, 2024
1 parent 2eb3d0d commit 7adea42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dummy.go
Original file line number Diff line number Diff line change
@@ -12,3 +12,8 @@ import (

// ErrDummy is a dummy.
var ErrDummy = errors.New("dummy")

// PublicAPI is a dummy public API definition.
type PublicAPI struct {
PublicMember int
}

0 comments on commit 7adea42

Please sign in to comment.