helloworld

command
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2024 License: MIT Imports: 4 Imported by: 0

README

Hello World Example

This example shows how to define plugin interfaces, generate Go code and use it.

Generate Go code

A proto file is under ./greeting.

$ protoc --go-plugin_out=. --go-plugin_opt=paths=source_relative greeting/greet.proto 

Compile a plugin

Use TinyGo to compile the plugin to Wasm.

$ go generate main.go

Run

main.go loads the above two plugins.

$ go run main.go
Good morning, go-plugin
Good evening, go-plugin

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL