Skip to content

Instantly share code, notes, and snippets.

@alexedwards
alexedwards / Makefile
Last active June 21, 2024 05:52
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

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.