Affected by GO-2022-0779
and 2 other vulnerabilities
GO-2022-0873: Control character injection in console output in github.com/ipfs/go-ipfs
GO-2024-2779: Access Restriction Bypass in go-ipfs in github.com/ipfs/go-ipfs
package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Apr 22, 2015
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Load reads given file and returns the read config, or error.
func ReadConfigFile(filename string, cfg interface{}) error
ReadConfigFile reads the config from `filename` into `cfg`.
func WriteConfigFile(filename string, cfg interface{}) error
WriteConfigFile writes the config from `cfg` into `filename`.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.