Skip to main content

15 docs tagged with "golang"

View all tags

[DRAFT] GoReplay

Introduction to GoReplay, a powerful open-source tool for capturing and replaying live HTTP traffic for testing and analysis.

[DRAFT] gRPC with Go

Introduction to using gRPC with Go for building high-performance, scalable microservices.

Linters in Go: Ensuring Code Quality and Consistency

Linters are static analysis tools that automatically check your code for potential errors, style violations, and suspicious constructs. They help improve code quality, maintainability, and consistency across a project. This document focuses on the use of linters in Go (Golang) development.

Nacos (Alibaba): Dynamic Configuration and Service Discovery

Nacos (Naming Configuration Service) is an open-source platform developed by Alibaba for dynamic configuration management, service discovery, and service management. This document provides an overview of Nacos and a practical example using Go.