5 lines
71 B
Go
5 lines
71 B
Go
package main
|
|
|
|
func main() {
|
|
panic("build as plugin not executable")
|
|
}
|