rename package cfg to conf
This commit is contained in:
11
pkg/conf/conf.go
Normal file
11
pkg/conf/conf.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package conf
|
||||
|
||||
import (
|
||||
"github.com/z7zmey/php-parser/pkg/errors"
|
||||
"github.com/z7zmey/php-parser/pkg/version"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
Version *version.Version
|
||||
ErrorHandlerFunc func(e *errors.Error)
|
||||
}
|
||||
Reference in New Issue
Block a user