Andrii Soldatenko

Results 37 comments of Andrii Soldatenko

@jtblin are you still there to support library?

@montanaflynn do you need any help with this PR?

@alex-astronomer please fix lint and tests.

@rob-1126 overall looks good, but we prefer to add tests cc @danielhoherd

@bote795 / @danielhoherd you can always switch to `--skip-publish` [link](https://goreleaser.com/quick-start/#dry-run): ``` goreleaser release --skip-publish ```

@neel-astro do we still need this? can you please review and may be continue work?

https://stackoverflow.com/questions/60698173/how-does-git-know-that-im-in-a-subdirectory

@adrianliechti same for me. ``` config := cors.DefaultConfig() config.AllowOrigins = []string{"*"} router.Use(cors.New(config)) ``` this example works ^