Run of fresh-snapshots for golang-github-sahilm-fuzzy
Try this locally (using silver-platter):
debian-svp new-upstream --snapshot golang-github-sahilm-fuzzy
Merge these changes:
git pull https://janitor.debian.net/git/golang-github-sahilm-fuzzy fresh-snapshots/main
Summary
Merged new upstream version: 0.1.0+git20181210.eaa29a3 (was: 0.1.0).
Diff
diff --git a/README.md b/README.md
index c632da5..c7504c7 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ func contains(needle int, haystack []int) bool {
return false
}
```
-If the data you want to match isn't a slice of strings, you can use `FindFromSource` by implementing
+If the data you want to match isn't a slice of strings, you can use `FindFrom` by implementing
the provided `Source` interface. Here's an example:
```go
@@ -119,7 +119,9 @@ func main() {
},
}
results := fuzzy.FindFrom("al", emps)
- fmt.Println(results)
+ for _, r := range results {
+ fmt.Println(emps[r.Index])
+ }
}
```
diff --git a/debian/changelog b/debian/changelog
index 238b38f..554845f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-sahilm-fuzzy (0.1.0+git20181210.eaa29a3-1) UNRELEASED; urgency=medium
+
+ * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sat, 07 Sep 2019 18:04:10 +0000
+
golang-github-sahilm-fuzzy (0.1.0-1) unstable; urgency=medium
* New upstream version 0.1.0