@@ -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 (