Option 用于设置 Config 结构体的字段。
func(*Setting)
| 2 | |
| 3 | // Option 用于设置 Config 结构体的字段。 |
| 4 | type Option func(*Setting) |
| 5 | |
| 6 | type Setting struct { |
| 7 | EnabledTypeChecking bool |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…