File tree Expand file tree Collapse file tree 6 files changed +38
-0
lines changed Expand file tree Collapse file tree 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+
17package devicenotification
28
39import (
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.
19package 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+
17package win32_test
28
39import (
Original file line number Diff line number Diff line change 11//go:build !windows
22
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+
39package win32
410
511import (
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+
17package win32
28
39import (
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+
17package win32
28
39import "syscall"
You can’t perform that action at this time.
0 commit comments