glide up
This commit is contained in:
5
vendor/golang.org/x/net/idna/trie.go
generated
vendored
5
vendor/golang.org/x/net/idna/trie.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
|
||||
// Copied from the golang.org/x/text repo; DO NOT EDIT
|
||||
|
||||
// Copyright 2016 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
@@ -44,8 +44,7 @@ var idnaSparse = sparseBlocks{
|
||||
offset: idnaSparseOffset[:],
|
||||
}
|
||||
|
||||
// Don't use newIdnaTrie to avoid unconditional linking in of the table.
|
||||
var trie = &idnaTrie{}
|
||||
var trie = newIdnaTrie(0)
|
||||
|
||||
// lookup determines the type of block n and looks up the value for b.
|
||||
// For n < t.cutoff, the block is a simple lookup table. Otherwise, the block
|
||||
|
||||
Reference in New Issue
Block a user