Konstantin Chukhlomin

Results 6 issues of Konstantin Chukhlomin

https://www.reddit.com/r/golang/comments/f1hy9a/the_evolution_of_a_go_programmer/fh79dut/

My goal was to add documentation to display it in Terraform Registry: https://registry.terraform.io/providers/franckverrot/stripe/latest/docs Added `Description` for resources fields from https://stripe.com/docs/api Generated documentation for Terraform Registry via `tfplugindocs` Tuned generated docs...

## Motivation I'm trying to draw a subway map: lines are getting together in bunches and branch off. For example, here C-line (blue) and G-line (ligh-green) branch off: While they...

feature :green_apple:

This PR removes the `pkg/errors` package dependency because since Go v1.13, the same can be done with `fmt`: https://go.dev/blog/go1.13-errors Also, I updated the Go version to 1.16 to switch from...