Initial commit
This commit is contained in:
commit
383f8bc667
91 changed files with 9972 additions and 0 deletions
10
src/content/blog/go-project-structure.md
Normal file
10
src/content/blog/go-project-structure.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
pubDatetime: 2024-04-01
|
||||
title: Go Project Structure for gURL
|
||||
description: Helpful Go tip.
|
||||
featured: true
|
||||
---
|
||||
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue