How to generate mock test data using Go
you will usually need full-value data for application testing. just use gofakeit to fake it for you.Profiling Go Program with Pprof and Trace packages
improve the efficiency of go programs with simple profiling techniques . here's how to profiling go program using pprof and trace packagesHow to interact with files and contacts in Go
mastering how to use the file system with the useful functions below will greatly help your work. here's how to interact with files and folders in go .