OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.19.4
/
src
/
plugin
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/01/2022 06:13:58 PM
rwxr-xr-x
📄
plugin.go
1.99 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
plugin_dlopen.go
3.97 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
plugin_stubs.go
451 bytes
12/01/2022 06:12:59 PM
rw-r--r--
📄
plugin_test.go
411 bytes
12/01/2022 06:12:59 PM
rw-r--r--
Editing: plugin_test.go
Close
// Copyright 2018 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 !linux || (linux && !arm64) package plugin_test import ( _ "plugin" "testing" ) func TestPlugin(t *testing.T) { // This test makes sure that executable that imports plugin // package can actually run. See issue #28789 for details. }