mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 16:36:41 +08:00
Fix goreport bug
This commit is contained in:
@ -34,7 +34,7 @@ func findWord(roots map[byte][]string, word []byte) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
//解法二 Trie
|
||||
// 解法二 Trie
|
||||
func replaceWords1(dict []string, sentence string) string {
|
||||
trie := Constructor208()
|
||||
for _, v := range dict {
|
||||
|
Reference in New Issue
Block a user