1
0
Fork 0

📝 Added packages docs

This commit is contained in:
Maxim Lebedev 2024-02-09 12:20:42 +06:00
parent e04f408f30
commit 38f368c3e6
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// The path package contains utilities for working with URL paths.
package path
import (

View File

@ -1,3 +1,4 @@
// The pointer package contains utilities for working with pointers.
package pointer
// Of returns pointer to provided v.