Skip to content

Instantly share code, notes, and snippets.

View rkspx's full-sized avatar
😷

Riki Syahputra rkspx

😷
View GitHub Profile
@rkspx
rkspx / config.go
Last active November 14, 2023 22:24
Custom marshal YAML file in golang
package config
import (
"errors"
"io/ioutil"
"gopkg.in/yaml.v2"
)
type Config struct {
@rkspx
rkspx / golang_job_queue.md
Created July 14, 2021 10:54 — forked from harlow/golang_job_queue.md
Job queues in Golang