Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Add example of breaking change
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Jul 15, 2019
1 parent bfd455d commit 4bc67d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pnet/protector.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ type Protector interface {

// Returns key fingerprint that is safe to expose
Fingerprint() []byte
// All of our protectors implement this functions so it is ok
Close() error
}

0 comments on commit 4bc67d7

Please sign in to comment.