1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 09:52:20 +08:00

write a few package doc strings to improve look of godoc

This commit is contained in:
Jeromy
2014-11-08 13:43:43 -08:00
parent 7ba3cadb6d
commit 4f083d54d6
23 changed files with 38 additions and 8 deletions

View File

@ -1,3 +1,4 @@
// package path implements utilities for resolving paths within ipfs.
package path
import (