directory
1.0.0
Repository: https://github.com/hermantai/samples.git
Documentation: pkg.go.dev

# Packages

base is a basic demo of a Go program.
chainofios (Chain of IOs) demos how to start a web server, an rpc server, and a general purpose tcp server.
Package commonutil contains utilities for console like printing a header, etc.
No description provided by the author
eatingrace is a demo of concurrency in Go using math/rand, sync.Once, time.Tick, time.After, goroutines and channels.
No description provided by the author
hello is a demo of printing a string with a function defined in another package stringutil.
Package stringutil demonstrates how to define a package besides main.
hello is a demo of printing a string with a function defined in another package stringutil.
No description provided by the author
webserver demos how to start a simple HTTP server.