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 7
7
[ ![ 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 )
8
8
[ ![ 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 )
9
9
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
+
10
16
## Requirements
11
17
* Go
12
18
* Ruby
@@ -119,21 +125,17 @@ However, some of the methods listed below are not supported.
119
125
120
126
## Developing
121
127
### Build
122
- Run ` rake ruby:build_example ` . ( ` bundle exec ` is not required)
128
+ Run ` bundle exec rake ruby:example:build ` .
123
129
124
- See ` rake -T ` for more tasks.
130
+ See ` bundle exec rake -T` for more tasks.
125
131
126
132
### See ` godoc ` in local
127
133
``` bash
128
134
go install golang.org/x/tools/cmd/godoc@latest
129
135
godoc
130
136
```
131
137
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/
137
139
138
140
## Original idea
139
141
[ Ruby meets Go - RubyKaigi 2015] ( https://rubykaigi.org/2015/presentations/mmasaki/ )
You can’t perform that action at this time.
0 commit comments