Skip to content

Commit cbccce9

Browse files
committed
Update dates
1 parent 99c94dc commit cbccce9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

azure-sql/database/connect-query-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Quickstart: Use Go to create a program that connects to a database
55
author: dlevy-msft
66
ms.author: dlevy
77
ms.reviewer: wiassaf, mathoma, randolphwest
8-
ms.date: 11/30/2023
8+
ms.date: 12/01/2023
99
ms.service: sql-database
1010
ms.subservice: connect
1111
ms.topic: quickstart

docs/connect/golang/microsoft-go-mssqldb-driver.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Learn how to use the Golang driver for SQL Server and Azure SQL Da
44
author: dlevy-msft
55
ms.author: dlevy
66
ms.reviewer: randolphwest
7-
ms.date: 11/30/2023
7+
ms.date: 12/01/2023
88
ms.service: sql
99
ms.subservice: connectivity
1010
ms.topic: conceptual
@@ -17,12 +17,12 @@ You can connect to a database on SQL Server and Azure SQL using Go on Windows, L
1717

1818
## Get started
1919

20-
[Quickstart: Use Golang to query a database in Azure SQL Database or Azure SQL Managed Instance](/azure/azure-sql/database/connect-query-go) guides you through the configuration of the environment, and running a simple test application to connect to a SQL Server data source.
20+
[Quickstart: Use Golang to query a database in Azure SQL Database or Azure SQL Managed Instance](/azure/azure-sql/database/connect-query-go) guides you through the configuration of the environment. It also includes a simple test application to connect to a SQL Server data source.
2121

2222
## Documentation
2323

2424
Documentation for the `go-mssqldb` driver is available on [GitHub](https://github.com/microsoft/go-mssqldb#readme).
2525

2626
## Samples
2727

28-
Several samples have been created. For more information, see [Developing applications with Go and Azure SQL](/samples/azure-samples/azuresqlgettingstartedsamples/developing-applications-with-go-and-azure-sql).
28+
Several samples are available in [Developing applications with Go and Azure SQL](/samples/azure-samples/azuresqlgettingstartedsamples/developing-applications-with-go-and-azure-sql).

0 commit comments

Comments
 (0)