Skip to content

Commit c2df396

Browse files
committed
added copyright notice to the documentation
1 parent 8900f45 commit c2df396

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

windows/input_record.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package windows
22

33
// InputRecord is the data structure that ReadConsoleInput writes into.
4-
// Original source: https://docs.microsoft.com/en-us/windows/console/input-record-str
4+
// All Documentation originally provided by Michael Niksa, et al. at Microsoft Corporation
5+
// under CC Attribution 4.0 International
6+
// via https://docs.microsoft.com/en-us/windows/console/input-record-str
57
type InputRecord struct {
68
// 0x1: Key event
79
// 0x2: Will never be read when using ReadConsoleInput

windows/zsyscall_windows.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)