Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yaml
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
yocto-mirrors
github
go-yaml
yaml
Commits
77373ee9
Commit
77373ee9
authored
11 years ago
by
Gustavo Niemeyer
Browse files
Options
Downloads
Patches
Plain Diff
More README tweaks.
parent
5e76f7cf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-6
4 additions, 6 deletions
README.md
with
4 additions
and
6 deletions
README.md
+
4
−
6
View file @
77373ee9
...
...
@@ -3,14 +3,12 @@
This package is a pure port of the
[
libyaml
](
http://pyyaml.org/wiki/LibYAML
)
C library for the Go language.
Import path
-----------
The import path for the package is gonuts.org/v1/yaml. To install it, run:
The yaml package should be imported as:
go get gonuts.org/v1/yaml
*
[
gonuts.org/v1/yaml
](
https://gonuts.org/v1/yaml
)
If opened in a browser, the import path leads to the API documentation:
This URL works with "go get", and it leads to the package documentation
if opened with a browser.
*
[
https://gonuts.org/v1/yaml
](
https://gonuts.org/v1/yaml
)
The package API for yaml v1 will remain stable as described in
[
gonuts.org
](
https://gonuts.org
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment