Skip to content

Instantly share code, notes, and snippets.

@alexedwards
alexedwards / Makefile
Last active November 13, 2024 19:29
Boilerplate Makefile for Go projects
# Change these variables as necessary.
main_package_path = ./cmd/example
binary_name = example
# ==================================================================================== #
# HELPERS
# ==================================================================================== #
## help: print this help message
.PHONY: help
@felipemeamaral
felipemeamaral / install-go-using-asdf-for-vscode-on-macos.md
Last active November 6, 2024 10:08
Install Go using asdf on macOS

Install Go using asdf for Visual Studio Code on macOS

I had a lot of issues trying to install Golang on macOS using asdf package manager to develop on Visual Studio Code.

So here's the steps needed to setup it properly:

Open Terminal and install asdf with this command:

You have to install Homebrew before running the installation command.

## The ultimate cheatsheet: all web design guidelines in one place
### This cheat sheet is intended to serve as a quick reference for you.
### It contains all the guidelines I showed you in this web design section.
### It is very important that you have all of the guidelines in mind at the same time when you're making your designs.