OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.19.4
/
test
/
fixedbugs
/
issue11053.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
📄
p.go
213 bytes
12/01/2022 06:13:01 PM
rw-r--r--
📄
p_test.go
828 bytes
12/01/2022 06:13:01 PM
rw-r--r--
Editing: p.go
Close
// Copyright 2015 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 p func Int32(i int32) *int32 { return &i }