go go118 源码

  • 2022-07-15
  • 浏览 (914)

golang go118 代码

文件路径:/src/vendor/golang.org/x/net/idna/go118.go

// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.

// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build go1.18
// +build go1.18

package idna

// Transitional processing is disabled by default in Go 1.18.
// https://golang.org/issue/47510
const transitionalLookup = false

相关信息

go 源码目录

相关文章

go idna10.0.0 源码

go idna9.0.0 源码

go pre_go118 源码

go punycode 源码

go tables10.0.0 源码

go tables11.0.0 源码

go tables12.0.0 源码

go tables13.0.0 源码

go tables9.0.0 源码

go trie 源码

0  赞