forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: This is mainly a fix for #1. But with that, the API is slightly changed. New now simply returns only a function: debounced := debounce.New(100 * time.Millisecond)
- Loading branch information
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2018/06/14 15:15:58 minskim Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2019/05/11 03:46:04 ryoon Exp $ | ||
gopkg/pkg/${GO_PLATFORM}/github.com/bep/debounce.a | ||
gopkg/src/github.com/bep/debounce/LICENSE | ||
gopkg/src/github.com/bep/debounce/README.md | ||
gopkg/src/github.com/bep/debounce/debounce.go | ||
gopkg/src/github.com/bep/debounce/debounce_test.go | ||
gopkg/src/github.com/bep/debounce/go.mod | ||
gopkg/src/github.com/bep/debounce/go.sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2018/06/14 15:15:58 minskim Exp $ | ||
$NetBSD: distinfo,v 1.2 2019/05/11 03:46:04 ryoon Exp $ | ||
|
||
SHA1 (debounce-1.1.0.tar.gz) = 7487a73663a55f9baba98812dfda40b621248229 | ||
RMD160 (debounce-1.1.0.tar.gz) = 88c7408a4f908f8f0c494c864c7115aa3dda38a2 | ||
SHA512 (debounce-1.1.0.tar.gz) = bb74d56cd460af55f95c95f47b5a00998d9294db2bc36aa3029263623714ee3db83664392dae0b2eb0b475f4b84448abd42e81405f2dee8da2a123449252f572 | ||
Size (debounce-1.1.0.tar.gz) = 3496 bytes | ||
SHA1 (debounce-1.2.0.tar.gz) = 22ff959f91c21b746b89bc28e7ccc112ecfba0d8 | ||
RMD160 (debounce-1.2.0.tar.gz) = daf2b2a5b24aee63bfcd10fe3c51792ecc666958 | ||
SHA512 (debounce-1.2.0.tar.gz) = 258db70a33286fa2b8e737a4ada350f11ce5050aa11b38886527bd8b9913d938029036f8fb61b19fa810b413512887e6f7cbe7168c5849f98acb195e092a64d4 | ||
Size (debounce-1.2.0.tar.gz) = 2845 bytes |