devblog/src/data/blog/go-project-structure.md

12 lines
395 B
Markdown
Raw Normal View History

2024-12-25 02:14:10 -05:00
---
pubDatetime: 2024-04-01
title: Go Project Structure for gURL
description: Helpful Go tip.
2025-01-05 17:27:48 -05:00
tags:
- go
2024-12-25 02:14:10 -05:00
---
Over the past week I've been working on changing the structure of gURL.
One of my old CodeNewbie friends on LinkedIn gave me a template to start from on GitHub called [Standard Go Project Layout](https://github.com/golang-standards/project-layout). I intend to use this as a guide.