diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-02-17 00:23:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-17 00:23:58 +0800 |
commit | bdef758d5c6d397584d0c35e53d6f6c318e61351 (patch) | |
tree | 0beb8c96c7bf6a5a82434ed79218e822927434c3 /vendor/github.com/robertkrimen/otto/README.markdown | |
parent | c8695fae359aa327da9203a57ffaf4f2d47d4370 (diff) | |
parent | 2c4455b12aca82ccd29c05c1750c25430867e545 (diff) | |
download | go-tangerine-bdef758d5c6d397584d0c35e53d6f6c318e61351.tar.gz go-tangerine-bdef758d5c6d397584d0c35e53d6f6c318e61351.tar.zst go-tangerine-bdef758d5c6d397584d0c35e53d6f6c318e61351.zip |
Merge pull request #3679 from fjl/vendor-govendor
vendor: update dependencies with github.com/kardianos/govendor
Diffstat (limited to 'vendor/github.com/robertkrimen/otto/README.markdown')
-rw-r--r-- | vendor/github.com/robertkrimen/otto/README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/robertkrimen/otto/README.markdown b/vendor/github.com/robertkrimen/otto/README.markdown index ed14f0ae9..a1ae7d1ae 100644 --- a/vendor/github.com/robertkrimen/otto/README.markdown +++ b/vendor/github.com/robertkrimen/otto/README.markdown @@ -114,7 +114,7 @@ http://godoc.org/github.com/robertkrimen/otto/parser Parse and return an AST ```go -filenamee := "" // A filename is optional +filename := "" // A filename is optional src := ` // Sample xyzzy example (function(){ |