Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
qrdl committed Dec 2, 2024
1 parent 428412a commit 2125f58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mem_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !darwin
//go:build unix && !darwin

package testaroli

Expand Down
2 changes: 1 addition & 1 deletion mem_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !darwin
//go:build unix && !darwin

package testaroli

Expand Down
2 changes: 1 addition & 1 deletion override.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Supported OS/arch combinations:
- Windows / ARM64
- macOS / x86-64
- macOS / ARM64
- FreeBSD / x86-64 (tested on FreeBSD but other BSD flavours should be ok as well)
- FreeBSD / x86-64 (tested on FreeBSD but other BSD flavours should also be ok)
# The concept
Expand Down

0 comments on commit 2125f58

Please sign in to comment.