File tree 6 files changed +38
-0
lines changed
6 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ //
2
+ // Copyright 2018-2023 ARDUINO SA. All rights reserved.
3
+ // Use of this source code is governed by a BSD-style
4
+ // license that can be found in the LICENSE file.
5
+ //
6
+
1
7
package devicenotification
2
8
3
9
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // Copyright 2018-2023 ARDUINO SA. All rights reserved.
3
+ // Use of this source code is governed by a BSD-style
4
+ // license that can be found in the LICENSE file.
5
+ //
6
+
7
+ // Package win32 is a collection of useful bindings to Win32 API that are not available in the standard
8
+ // golang windows/syscall package.
1
9
package win32
Original file line number Diff line number Diff line change
1
+ //
2
+ // Copyright 2018-2023 ARDUINO SA. All rights reserved.
3
+ // Use of this source code is governed by a BSD-style
4
+ // license that can be found in the LICENSE file.
5
+ //
6
+
1
7
package win32_test
2
8
3
9
import (
Original file line number Diff line number Diff line change 1
1
//go:build !windows
2
2
3
+ //
4
+ // Copyright 2018-2023 ARDUINO SA. All rights reserved.
5
+ // Use of this source code is governed by a BSD-style
6
+ // license that can be found in the LICENSE file.
7
+ //
8
+
3
9
package win32
4
10
5
11
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // Copyright 2018-2023 ARDUINO SA. All rights reserved.
3
+ // Use of this source code is governed by a BSD-style
4
+ // license that can be found in the LICENSE file.
5
+ //
6
+
1
7
package win32
2
8
3
9
import (
Original file line number Diff line number Diff line change
1
+ //
2
+ // Copyright 2018-2023 ARDUINO SA. All rights reserved.
3
+ // Use of this source code is governed by a BSD-style
4
+ // license that can be found in the LICENSE file.
5
+ //
6
+
1
7
package win32
2
8
3
9
import "syscall"
You can’t perform that action at this time.
0 commit comments