Update init.go

This commit is contained in:
Dean Eigenmann 2020-02-28 13:36:32 +01:00 committed by GitHub
parent b24a00c6a9
commit 99e2c35502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/multiformats/go-multiaddr"
)
/// Init initializes multiprotocol with a CSV file
// Init initializes multiprotocol with a CSV file
func Init(path string) error {
file, err := os.Open(path)