This repository was initialized with the command below.
$ go mod init github.com/jemanzo/tutorials-go
Documentation:
/datatypes
/parsing
json
- Read/Write/Verifyyaml
- Read/Write/Verifybase64
- Read/Write/Verifystrconv
- Converting Datatypespath
- Internet paths <URL/URI>
- Windows & Linux folder paths
/messaging
- Kafka
- RabbitMQ
/databases
- Elasticsearch
- Firebase
$ go test .
MacOS Install:
$ brew install graphviz
Download pprof file and run the following commands:
$ go tool pprof ~/Downloads/heap
$ go tool pprof ~/Downloads/goroutine
// Type "web" to create a .SVG file
// Type "pdf" to create a .PDF file
$ (pprof) web
$ (pprof) pdf