Skip to content

Commit e34ffa3

Browse files
authored
Fix typos in blog post about Go development setup (#444)
1 parent 70202ef commit e34ffa3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/blog/setting-up-a-go-development-environment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Setting up a Go Development Environment for DDEV"
33
pubDate: 2024-03-15
4+
modifiedDate: 2025-10-09
45
summary: "DDEV Contributor Live Training: Setting up a Go Development Environment."
56
author: Bernardo Martinez
67
featureImage:
@@ -15,7 +16,7 @@ categories:
1516

1617
The DDEV Community has regular contributor training sessions, and in July, 2023 we talked about setting up a Go development environment for DDEV. This blog summarizes [the contributor training session](https://youtu.be/IjrJw0Ay-dk). The (Min digit) syntax added below provides the minute on which each subject is covered on the recording.
1718

18-
## Installing Go on different Operation Systems ([Min 10:51](https://youtu.be/IjrJw0Ay-dk?t=647))
19+
## Installing Go on different Operating Systems ([Min 10:51](https://youtu.be/IjrJw0Ay-dk?t=647))
1920

2021
Randy used macOS and recommended Homebrew as the tool to manage Go updates.
2122

@@ -49,7 +50,7 @@ Makedocs is used for previewing and contributing to the docs. It's named makedoc
4950

5051
You can preview a built version of the docs you're working with using `make mkdocs-serve`.
5152

52-
## Randy IDE of choice is GoLand ([Min 23:50](https://youtu.be/IjrJw0Ay-dk?t=1547))
53+
## Randy's IDE of choice is GoLand ([Min 23:50](https://youtu.be/IjrJw0Ay-dk?t=1547))
5354

5455
GoLand is very similar to PhpStorm and of course is made by the same JetBrains company.
5556

0 commit comments

Comments
 (0)