We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464d1ee commit ed939daCopy full SHA for ed939da
sdk/storage/azblob/CHANGELOG.md
@@ -12,6 +12,8 @@
12
13
### Other Changes
14
15
+* Add `dragonfly` to the list of build constraints for `blockblob`.
16
+
17
## 1.1.0-beta.1 (2023-05-09)
18
19
### Features Added
sdk/storage/azblob/blockblob/mmf_unix.go
@@ -1,6 +1,6 @@
1
-//go:build go1.18 && (linux || darwin || freebsd || openbsd || netbsd || solaris)
+//go:build go1.18 && (linux || darwin || dragonfly || freebsd || openbsd || netbsd || solaris)
2
// +build go1.18
3
-// +build linux darwin freebsd openbsd netbsd solaris
+// +build linux darwin dragonfly freebsd openbsd netbsd solaris
4
5
// Copyright (c) Microsoft Corporation. All rights reserved.
6
// Licensed under the MIT License. See License.txt in the project root for license information.
0 commit comments