chore: fix lint errors

anagrams
Raphaël 2020-12-17 14:56:35 +04:00 committed by GitHub
parent 1132107b40
commit e72072085e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,11 +1,5 @@
package anagrams
import (
"fmt"
"sort"
"strings"
)
func Anagrams(input string, variants []string) []string {
found := []string{}
chars := map[string]int{}