Categorygithub.com/raokrutarth/golang-playspace
module
0.0.0-20240826072307-c9cd251cccb1
Repository: https://github.com/raokrutarth/golang-playspace.git
Documentation: pkg.go.dev

# README

Golang Playspace

Playspace for golang experiments, code snippets and personal scrappy tooling. Each idea can:

  1. Turn into bigger projects that started off as a single main.go file in a directory under cmd and keep expanding until this code structure makes navigation and usage difficult. Then, the code is moved to a dedicated repository.
  2. Stick around as a reference to be used in other projects.

References

Technical References

Common Commands

go run github.com/raokrutarth/golang-playspace/cmd/ct-prototype -add-user
docker exec -it gops-dev-db env

psql -c "\dS public.*"
psql -c "DROP SCHEMA public CASCADE; CREATE SCHEMA public;"
psql -c "TRUNCATE TABLE range_transactions, expanded_transactions CASCADE;"
psql -c "select * from range_transactions"

# Packages

No description provided by the author
No description provided by the author