common

package
v0.0.0-...-48fa184 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

View Source
const (
	PLUGIN_PATH     = "impl1.so"
	PLUGIN_FUNCTION = "Calculator"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Calculator

type Calculator interface {
	Add(...int) int
	Sub(x, y int) int
	Mul(...int) int
}

func Common

func Common() (calculator Calculator, err error)

Jump to

Keyboard shortcuts

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