From 3e89c96fb3c3b1441bde2131a044c0aa06cdb760 Mon Sep 17 00:00:00 2001 From: qmuntal Date: Wed, 8 Jan 2025 09:59:23 +0100 Subject: [PATCH] add build tag to ntstatus.go --- 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 (