From 860d109202e6c336227bb98937344b57fe330d62 Mon Sep 17 00:00:00 2001 From: tiff Date: Sat, 28 Dec 2024 20:09:13 -0500 Subject: [PATCH] Update something --- go-blueprint-easy.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 go-blueprint-easy.md diff --git a/go-blueprint-easy.md b/go-blueprint-easy.md deleted file mode 100644 index b4dc94f..0000000 --- a/go-blueprint-easy.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -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 ---- - -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. - -I am starting a Go project that I won't talk about here. I was looking for a way to scaffold the project with the necessary directories and barebones files so I can get into the project and start building. - -## Go Blueprint - -There is a developer I've come across on YouTube who does a lot of Go programming. While searching for a good scaffold, I came across his repo, [Go Blueprint](https://github.com/Melkeydev/go-blueprint) which is everything I was looking for and more. It has around 6,4000 stargazers so that can give you an idea of its usefulness. - -## Off to build a thing - -I've been consuming lots of Go content to get a feel for things with the [docs](https://devdocs.io) open and Neovim ready to go. I'm hoping to have this next project built by the middle of January. I am uncertain about this as I have to attend group therapy for a little while, which I don't want to do but alas.