1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Adding go tutorials

This commit is contained in:
Luis Bosquez Gonzalez
2017-05-18 17:44:35 -07:00
parent 399d26b0c6
commit 9200ffb5b7
5 changed files with 281 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Set up instructions
1. `go get github.com/denisenkom/go-mssqldb`
1. `go install github.com/denisenkom/go-mssqldb`
1. `go run <your_sample>.go`