Преглед изворни кода

Mention GitHub URL in the API documentation.

Gustavo Niemeyer пре 12 година
родитељ
комит
a65e08b082
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      yaml.go

+ 5 - 0
yaml.go

@@ -1,4 +1,9 @@
 // Package yaml implements YAML support for the Go language.
+//
+// Source code and other details for the project are available at GitHub:
+//
+//   https://github.com/go-yaml/go-yaml-v1
+//
 package yaml
 
 import (