httplib: fix unstable test, do not use httplib.org
This commit is contained in:
@@ -14,13 +14,13 @@
|
||||
|
||||
// Package yaml for config provider
|
||||
// Usage:
|
||||
// import(
|
||||
// _ "github.com/beego/beego/v2/core/config/yaml"
|
||||
// "github.com/beego/beego/v2/core/config"
|
||||
// )
|
||||
//
|
||||
// cnf, err := config.NewConfig("yaml", "config.yaml")
|
||||
// import(
|
||||
// _ "github.com/beego/beego/v2/core/config/yaml"
|
||||
// "github.com/beego/beego/v2/core/config"
|
||||
// )
|
||||
//
|
||||
// cnf, err := config.NewConfig("yaml", "config.yaml")
|
||||
package yaml
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user