File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 77[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ruby-go-gem/go-gem-wrapper )] ( https://goreportcard.com/report/github.com/ruby-go-gem/go-gem-wrapper )
88[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/ruby-go-gem/go-gem-wrapper.svg )] ( https://pkg.go.dev/github.com/ruby-go-gem/go-gem-wrapper )
99
10+ ## Overview
11+ | Directory | Name | API Reference |
12+ | ------------------| -------------------------------------------------------| ----------------------------------------------------------|
13+ | [ /] ( / ) | ` github.com/ruby-go-gem/go-gem-wrapper ` (Go module) | https://pkg.go.dev/github.com/ruby-go-gem/go-gem-wrapper |
14+ | [ /_ gem/] ( /_gem/ ) | [ go_gem] ( https://rubygems.org/gems/go_gem ) (Ruby gem) | https://ruby-go-gem.github.io/go-gem-wrapper/ |
15+
1016## Requirements
1117* Go
1218* Ruby
@@ -119,21 +125,17 @@ However, some of the methods listed below are not supported.
119125
120126## Developing
121127### Build
122- Run ` rake ruby:build_example ` . ( ` bundle exec ` is not required)
128+ Run ` bundle exec rake ruby:example:build ` .
123129
124- See ` rake -T ` for more tasks.
130+ See ` bundle exec rake -T` for more tasks.
125131
126132### See ` godoc ` in local
127133``` bash
128134go install golang.org/x/tools/cmd/godoc@latest
129135godoc
130136```
131137
132- open http://localhost:6060/pkg/github.com/ruby-go-gem/go-gem-wrapper/
133-
134- ## Reference
135- * Go: https://pkg.go.dev/github.com/ruby-go-gem/go-gem-wrapper
136- * Ruby: https://ruby-go-gem.github.io/go-gem-wrapper/
138+ open http://localhost:6060/pkg/github.com/ruby-go-gem/go-gem-wrapper/ruby/
137139
138140## Original idea
139141[ Ruby meets Go - RubyKaigi 2015] ( https://rubykaigi.org/2015/presentations/mmasaki/ )
You can’t perform that action at this time.
0 commit comments