diff --git a/path/path.go b/path/path.go index db0ddf3..b323714 100644 --- a/path/path.go +++ b/path/path.go @@ -1,3 +1,4 @@ +// The path package contains utilities for working with URL paths. package path import ( diff --git a/pointer/pointer.go b/pointer/pointer.go index 028543f..02f1a7e 100644 --- a/pointer/pointer.go +++ b/pointer/pointer.go @@ -1,3 +1,4 @@ +// The pointer package contains utilities for working with pointers. package pointer // Of returns pointer to provided v.