picture of the smiling page owner

Blog

This section will feature posts related to software engineering.

Private Go Modules in Azure Pipelines and Azure DevOps

February 12, 2025 - 126 words - 1 min read
Running a Go program in Azure Pipelines may lead to authorization issues when accessing private Go modules hosted in Azure DevOps repositories. This can result in errors like: main.go:12:2: unrecogniz… read more