across-languages/

directory
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 11, 2022 License: Apache-2.0

README

Go
$ go build -o plugin-client client/plugin.go
$ go build -o plugin-server server/go/plugin.go
$ ./plugin-client  2> /tmp/1
response body: hello go


Python
$ go build -o plugin-client client/plugin.go
$ pyinstaller -F server/python/plugin.py
$ cp dist/plugin plugin-server
$ ./plugin-client  2> /tmp/1
response body: hello python

Directories

Path Synopsis
server
go

Jump to

Keyboard shortcuts

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