check
This commit is contained in:
		@@ -6,7 +6,7 @@ type config struct {
 | 
			
		||||
	Tag     string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// newConfig creates a validated Config configured with options.
 | 
			
		||||
// newConfig creates a validated Config configured with options
 | 
			
		||||
func newConfig(options ...Option) (config, error) {
 | 
			
		||||
	cfg := config{}
 | 
			
		||||
	for _, opt := range options {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user