This website requires JavaScript.
Explore
Help
Register
Sign In
go-sylixos
/
elvish
Watch
3
Star
0
Fork
0
You've already forked elvish
mirror of
https://github.com/go-sylixos/elvish.git
synced
2024-12-04 10:57:50 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7e0b6ee8e6
elvish
/
pkg
/
eval
/
plugin.go
8 lines
79 B
Go
Raw
Normal View
History
Unescape
Escape
Run gofmt with Go 1.17. This has created a lot of //go:build lines.
2021-08-23 07:19:49 +08:00
//go:build !gccgo
Add plugin support
2021-06-16 06:57:38 +08:00
package
eval
import
"plugin"
var
pluginOpen
=
plugin
.
Open
Reference in New Issue
Copy Permalink