This website works better with JavaScript
Home
Explore
Help
Register
Sign In
publics
/
yaml.v2
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fixed import indentation in README.
Gustavo Niemeyer
12 years ago
parent
9f33a69b86
commit
f96735bc0f
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
README.md
+ 1
- 1
README.md
View File
@@ -53,7 +53,7 @@ package main
import (
import (
"fmt"
"fmt"
-
"log"
+
"log"
"gonuts.org/v1/yaml"
"gonuts.org/v1/yaml"
)
)