File: README.md

package info (click to toggle)
golang-github-hashicorp-go-plugin 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 38; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# go-plugin Documentation

This directory contains documentation and guides for `go-plugin` and how
to integrate it into your projects. It is assumed that you know _what_
go-plugin is and _why_ you would want to use it. If not, please see the
[README](https://github.com/hashicorp/go-plugin/blob/master/README.md).

## Table of Contents

**[Writing Plugins Without Go](https://github.com/hashicorp/go-plugin/blob/master/docs/guide-plugin-write-non-go.md).**
This shows how to write a plugin using a programming language other than
Go.