1
1
# Amazon Ion Go
2
2
3
- [ ![ Build Status] ( https://github.com/amzn /ion-go/workflows/Go%20Build/badge.svg )] ( https://github.com/amzn /ion-go/actions?query=workflow%3A%22Go+Build%22 )
4
- [ ![ license] ( https://img.shields.io/hexpm/l/plug.svg )] ( https://github.com/amzn /ion-go/blob/master/LICENSE )
5
- [ ![ docs] ( https://img.shields.io/badge/docs-api-green.svg )] ( https://pkg.go.dev/github.com/amzn /ion-go?tab=doc )
3
+ [ ![ Build Status] ( https://github.com/amazon-ion /ion-go/workflows/Go%20Build/badge.svg )] ( https://github.com/amazon-ion /ion-go/actions?query=workflow%3A%22Go+Build%22 )
4
+ [ ![ license] ( https://img.shields.io/hexpm/l/plug.svg )] ( https://github.com/amazon-ion /ion-go/blob/master/LICENSE )
5
+ [ ![ docs] ( https://img.shields.io/badge/docs-api-green.svg )] ( https://pkg.go.dev/github.com/amazon-ion /ion-go?tab=doc )
6
6
7
- Amazon Ion ( http ://amzn .github.io/ion-docs/ ) library for Go
7
+ Amazon Ion ( https ://amazon-ion .github.io/ion-docs/ ) library for Go
8
8
9
- [ Ion Cookbook] ( https://amzn .github.io/ion-docs/guides/cookbook.html ) demonstrates code samples for some simple Amazon Ion use cases.
9
+ [ Ion Cookbook] ( https://amazon-ion .github.io/ion-docs/guides/cookbook.html ) demonstrates code samples for some simple Amazon Ion use cases.
10
10
11
11
This package is based on work from David Murray ([ fernomac] ( https://github.com/fernomac/ ) ) on https://github.com/fernomac/ion-go .
12
12
The Ion team greatly appreciates David's contributions to the Ion community.
@@ -32,7 +32,7 @@ The easiest way to clone the `ion-go` repository and initialize its `ion-tests`
32
32
submodule is to run the following command.
33
33
34
34
```
35
- $ git clone --recursive https://github.com/amzn /ion-go.git ion-go
35
+ $ git clone --recursive https://github.com/amazon-ion /ion-go.git ion-go
36
36
```
37
37
38
38
Alternatively, the submodule may be initialized independent of the clone
@@ -71,7 +71,7 @@ It is recommended that you hook this in your favorite IDE (`Tools` > `File Watch
71
71
72
72
## Usage
73
73
74
- Import ` github.com/amzn /ion-go/ion ` and you're off to the races.
74
+ Import ` github.com/amazon-ion /ion-go/ion ` and you're off to the races.
75
75
76
76
### Marshaling and Unmarshaling
77
77
0 commit comments