X7ROOT File Manager
Current Path:
/opt/golang/1.22.0/src/cmd/cgo
opt
/
golang
/
1.22.0
/
src
/
cmd
/
cgo
/
📁
..
📄
ast.go
(14.27 KB)
📄
ast_go1.go
(578 B)
📄
ast_go118.go
(730 B)
📄
doc.go
(42.04 KB)
📄
gcc.go
(97.05 KB)
📄
godefs.go
(4.48 KB)
📁
internal
📄
main.go
(14.41 KB)
📄
out.go
(59.4 KB)
📄
util.go
(2.98 KB)
📄
zdefaultcc.go
(444 B)
Editing: ast_go1.go
// 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 compiler_bootstrap package main import ( "go/ast" "go/token" ) func (f *File) walkUnexpected(x interface{}, context astContext, visit func(*File, interface{}, astContext)) { error_(token.NoPos, "unexpected type %T in walk", x) panic("unexpected type") } func funcTypeTypeParams(n *ast.FuncType) *ast.FieldList { return nil } func typeSpecTypeParams(n *ast.TypeSpec) *ast.FieldList { return nil }
Upload File
Create Folder