From 682ebd168132da9912bfe57560798dfc83933883 Mon Sep 17 00:00:00 2001 From: Phil Mocek Date: Tue, 29 Nov 2022 21:58:19 +0100 Subject: [PATCH] Capitalize proper noun in README In this context, 'Go' is the name of a programming language. Thus, it is a proper noun, and such are typically capitalized in English. Further, [the language's maintainers](https://go.dev/) capitalize it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ff4325..2de4ef92 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo contains command line tools and go packages for working with Microsoft ## Sqlcmd -The `sqlcmd` project aims to be a complete port of the native sqlcmd to the `go` language, utilizing the [go-mssqldb](https://github.com/microsoft/go-mssqldb) driver. For full documentation of the tool and installation instructions, see https://docs.microsoft.com/sql/tools/go-sqlcmd-utility +The `sqlcmd` project aims to be a complete port of the native sqlcmd to the `Go` language, utilizing the [go-mssqldb](https://github.com/microsoft/go-mssqldb) driver. For full documentation of the tool and installation instructions, see https://docs.microsoft.com/sql/tools/go-sqlcmd-utility ### Breaking changes