OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.19.4
/
test
/
fixedbugs
/
issue35586.dir
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/01/2022 06:13:56 PM
rwxr-xr-x
📄
a.go
235 bytes
12/01/2022 06:13:01 PM
rw-r--r--
📄
b.go
248 bytes
12/01/2022 06:13:01 PM
rw-r--r--
Editing: a.go
Close
// Copyright 2019 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. package a func D(_ string, _ int) (uint64, string) { return 101, "bad" }