Skip to content

Commit

Permalink
msdsn: add in old style build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kardianos committed Dec 12, 2021
1 parent d99d7d5 commit 6e68285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions msdsn/conn_str_go115.go
@@ -1,4 +1,5 @@
//go:build go1.15
// +build go1.15

package msdsn

Expand Down
1 change: 1 addition & 0 deletions msdsn/conn_str_go115pre.go
@@ -1,4 +1,5 @@
//go:build !go1.15
// +build !go1.15

package msdsn

Expand Down

0 comments on commit 6e68285

Please sign in to comment.