Merge pull request #1457 from AkihiroSuda/nit-doc

RELEASES.md: Go API -> Go client API
This commit is contained in:
Phil Estes 2017-09-01 10:00:23 -04:00 committed by GitHub
commit dd05301bef

View File

@ -166,9 +166,9 @@ containerd versions:
| Component | Status | Stablized Version | Links | | Component | Status | Stablized Version | Links |
|------------|----------|-------------------|---------------| |---------------|----------|-------------------|---------------|
| GRPC API | Alpha | 1.0 | [api/](api) | | GRPC API | Alpha | 1.0 | [api/](api) |
| Go API | Unstable | 1.1 tentative | [godoc](https://godoc.org/github.com/containerd/containerd) | | Go client API | Unstable | 1.1 tentative | [godoc](https://godoc.org/github.com/containerd/containerd) |
| `ctr` tool | Unstable | Out of scope | - | | `ctr` tool | Unstable | Out of scope | - |
From the version stated in the above table, that component must adhere to the From the version stated in the above table, that component must adhere to the
@ -211,9 +211,9 @@ this guarantee and should be treated opaquely. For example, don't rely on the
format details of a URL field unless we explicitly say that the field will format details of a URL field unless we explicitly say that the field will
follow that format. follow that format.
### Go API ### Go client API
The Go API, documented in The Go client API, documented in
[godoc](https://godoc.org/github.com/containerd/containerd), is currently [godoc](https://godoc.org/github.com/containerd/containerd), is currently
considered unstable. It is recommended to vendor the necessary components to considered unstable. It is recommended to vendor the necessary components to
stabilize your project build. Note that because the Go API interfaces with the stabilize your project build. Note that because the Go API interfaces with the