From b49854c00e37c07d57cec6983adbec6ae9a0aa73 Mon Sep 17 00:00:00 2001 From: Quim Muntal Date: Wed, 8 Jan 2025 10:07:02 +0100 Subject: [PATCH] add build tag to ntstatus.go (#84) --- internal/bcrypt/{ntstatus.go => ntstatus_windows.go} | 3 +++ 1 file changed, 3 insertions(+) rename internal/bcrypt/{ntstatus.go => ntstatus_windows.go} (93%) diff --git a/internal/bcrypt/ntstatus.go b/internal/bcrypt/ntstatus_windows.go similarity index 93% rename from internal/bcrypt/ntstatus.go rename to internal/bcrypt/ntstatus_windows.go index b7dcab3..ec2eb01 100644 --- a/internal/bcrypt/ntstatus.go +++ b/internal/bcrypt/ntstatus_windows.go @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. + package bcrypt import (