Add missing Go 1.17 build tags in Windows files

This commit is contained in:
Christian Rocha 2021-10-02 14:18:18 -04:00
parent 0e7cd09bf6
commit ab60d776f1
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package tea

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package tea