Update something

This commit is contained in:
tiff 2025-01-05 17:27:48 -05:00
parent 93d02955ab
commit 141a698d86
11 changed files with 46 additions and 20 deletions

View file

@ -3,6 +3,8 @@ pubDatetime: 2024-12-28
title: "Go Blueprint: An Easy Way to Scoffold Your Go Project"
description: Melkeydev created a useful tool to get your project up and running.
featured: true
tags:
- go
---
Starting a new Go project is cumbersome; you have to create multiple directories with subdirectories, different modules depending on the thing you're building, and more.