mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 02:37:50 +08:00
f7cb556d9b
- Run "go fix" to remove legacy build tags - Use staticcheck@master until it has a release that supports Go 1.18 - Turn off autocrlf for Windows tasks
8 lines
79 B
Go
8 lines
79 B
Go
//go:build !gccgo
|
|
|
|
package eval
|
|
|
|
import "plugin"
|
|
|
|
var pluginOpen = plugin.Open
|