fix: Function params involve heavy amount of copying (#622)
This commit is contained in:
@@ -19,8 +19,8 @@ func TestMissingFile(t *testing.T) {
|
||||
|
||||
type ConfigTestSuite struct {
|
||||
suite.Suite
|
||||
ConfGorushDefault ConfYaml
|
||||
ConfGorush ConfYaml
|
||||
ConfGorushDefault *ConfYaml
|
||||
ConfGorush *ConfYaml
|
||||
}
|
||||
|
||||
func (suite *ConfigTestSuite) SetupTest() {
|
||||
|
||||
Reference in New Issue
Block a user