Murat Mirgün ERCAN
Murat Mirgün ERCAN
for example how we create similar struct from example: ```go type Yaml struct { Name string `yaml:"name"` Version string `yaml:"version"` Datasets []Datasets `yaml:"datasets"` } type Datasets struct { Name string...
I would like to do a Turkish translation of the documentation if it's appropriate.
## Description This Feature provides an approach in Go to assign default values to the fields of structs. The tagHandlers function assigns these default values based on the specific type...
I can write this integration
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Maybe We need new integrations. I can add go-kit integration.