From c7ddec10d2922569b4fd88408f6d4f7ce5b2de69 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Fri, 7 Oct 2022 08:27:09 -0600 Subject: [PATCH] Add note about Microsoft fork in README (#770) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a2a9bb3..cc84713c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Build status](https://ci.appveyor.com/api/projects/status/jrln8cs62wj9i0a2?svg=true)](https://ci.appveyor.com/project/denisenkom/go-mssqldb) [![codecov](https://codecov.io/gh/denisenkom/go-mssqldb/branch/master/graph/badge.svg)](https://codecov.io/gh/denisenkom/go-mssqldb) +For more recent updates, see the [Microsoft fork](https://github.com/microsoft/go-mssqldb). + ## Install Requires Go 1.8 or above.