diff options
author | Wim <wim@42.be> | 2020-03-28 23:41:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 23:41:35 +0100 |
commit | 0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6 (patch) | |
tree | 61c5f3d3a6ebcfd0fe0a371bfbd040e6918353ca /vendor/github.com/d5/tengo/v2/README.md | |
parent | 54b3143a1d2997abc2a38bc608437c4ac362245f (diff) | |
download | matterbridge-msglm-0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6.tar.gz matterbridge-msglm-0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6.tar.bz2 matterbridge-msglm-0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6.zip |
Update vendor d5/tengo (#1066)
Diffstat (limited to 'vendor/github.com/d5/tengo/v2/README.md')
-rw-r--r-- | vendor/github.com/d5/tengo/v2/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/github.com/d5/tengo/v2/README.md b/vendor/github.com/d5/tengo/v2/README.md index 92277cfe..f170be24 100644 --- a/vendor/github.com/d5/tengo/v2/README.md +++ b/vendor/github.com/d5/tengo/v2/README.md @@ -7,7 +7,6 @@ [![GoDoc](https://godoc.org/github.com/d5/tengo?status.svg)](https://godoc.org/github.com/d5/tengo) [![Go Report Card](https://goreportcard.com/badge/github.com/d5/tengo)](https://goreportcard.com/report/github.com/d5/tengo) [![CircleCI](https://circleci.com/gh/d5/tengo.svg?style=svg)](https://circleci.com/gh/d5/tengo) -[![Sourcegraph](https://sourcegraph.com/github.com/d5/tengo/-/badge.svg)](https://sourcegraph.com/github.com/d5/tengo?badge) **Tengo is a small, dynamic, fast, secure script language for Go.** @@ -75,6 +74,10 @@ _* See [here](https://github.com/d5/tengobench) for commands/codes used_ ## Quick Start +``` +go get github.com/d5/tengo/v2 +``` + A simple Go example code that compiles/runs Tengo script code with some input/output values: ```golang |