提交 be9c1146 作者: Juan Batiz-Benet

no need for ; here

cc @mildred
上级 f223aef4
......@@ -77,13 +77,13 @@ func Path(configroot, extension string) (string, error) {
// DataStorePath returns the default data store path given a configuration root
// (set an empty string to have the default configuration root)
func DataStorePath(configroot string) (string, error) {
return Path(configroot, DefaultDataStoreDirectory);
return Path(configroot, DefaultDataStoreDirectory)
}
// Filename returns the configuration file path given a configuration root
// directory. If the configuration root directory is empty, use the default one
func Filename(configroot string) (string, error) {
return Path(configroot, DefaultConfigFile);
return Path(configroot, DefaultConfigFile)
}
// DecodePrivateKey is a helper to decode the users PrivateKey
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论