Skip to content

Commit 0c421b1

Browse files
committed
update Deprecated message
1 parent bcc923c commit 0c421b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

go.mod

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// Deprecated: PTYs are natively supported in Windows 10 October 2018 Update (version 1809) and above
2-
// switch to https://github.com/UserExistsError/conpty
3-
// and see this blog post for more details:
4-
// https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/
1+
// Deprecated: PTYs are natively supported in Windows 10 October 2018 Update (version 1809) and above, switch to https://github.com/UserExistsError/conpty and see this blog post for more details: https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/
52
module github.com/iamacarpet/go-winpty
63

74
go 1.18

0 commit comments

Comments
 (0)