# go-plugins **Repository Path**: supertinys_ryan/go-plugins ## Basic Information - **Project Name**: go-plugins - **Description**: kong的go插件 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-14 - **Last Updated**: 2022-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kong Go Plugins Example code of [Kong](https://konghq.com) plugins written in Go. These are not plugins intended for production use, but rather small examples to get you started writing your own: * **go-hello**: a "hello world" plugin, which reads a request header and sets a response header. * **go-hello-lm**: same as the previous as a loadble module to use with the go-pluginserver. * **go-log**: a reimplementation of Kong's `file-log` plugin in Go. shows the use of go I/O, goroutines and long-lived globals. * **go-log-lm**: same as **go-log** but built as a loadable module to use with the go-pluginserver.