Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created March 8, 2024 16:07
Show Gist options
  • Save jrichardsz/20ed7338fb03b38cdb7c558bc8bcea6f to your computer and use it in GitHub Desktop.
Save jrichardsz/20ed7338fb03b38cdb7c558bc8bcea6f to your computer and use it in GitHub Desktop.
go golang snippets

docker run -it -v $(pwd):/src golang bash

init

go mod init sql_client

install library

go get github.com/godror/godror

run

go run sql_client.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment