Skip to content

raokrutarth/golang-playspace

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published