Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Add license scan report and status #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# mruby Library for Go [![Build Status](https://travis-ci.org/mitchellh/go-mruby.svg?branch=master)](https://travis-ci.org/mitchellh/go-mruby)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmitchellh%2Fgo-mruby.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmitchellh%2Fgo-mruby?ref=badge_shield)

go-mruby provides [mruby](https://github.com/mruby/mruby) bindings for
[Go](http://golang.org). This allows Go applications to run a lightweight
Expand Down Expand Up @@ -110,3 +111,7 @@ func main() {
fmt.Printf("Result: %s\n", result.String())
}
```


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmitchellh%2Fgo-mruby.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmitchellh%2Fgo-mruby?ref=badge_large)