Skip to content

rayspock/mastering-go-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Code Examples for the Blog Posts

This repository contains code examples for the blog posts on Rayspock. The code examples are written in Go and are designed to help you learn Go by example.

Table of Contents

Getting Started

To get started with the repository, simply clone or download the code examples and open them in your favorite text editor or IDE.

Before running the examples, make sure you have Go installed on your machine. You can download and install the latest version of Go from the official website at https://golang.org.

To run the code examples, simply navigate to the directory containing the code example and run the following command:

# Run the code example
$ go run <filename>.go
# Run the tests
$ go test -race -cover <directory> -v 

Code Examples

The code examples are organized into directories based on the blog post they are associated with. The following table lists the blog posts and the code examples associated with each post.

Blog Post Code Examples
Things You Need to Know Before Working With Go Pipelines pipeline
Unleashing the power of Go: How to Unmarshal Dynamic JSON unmarshaljson
One Thing You Might Overlook When Reading Response Body in Golang client

Contributing

Welcome any kind of contribution to this repository. If you have any suggestions or ideas for improving the code examples or best practices, please feel free to open an issue or submit a pull request.

About

This repository contains code examples for the blog posts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages