Skip to content

Instantly share code, notes, and snippets.

@fahadsiddiqui
Created November 27, 2023 05:36
Generate .gitignore file for a Golang based basic project.
#!/usr/bin/env bash
wget https://www.toptal.com/developers/gitignore/api/go -O .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment