get_date_win32.go 353 B

1234567891011
  1. // Copyright 2025 BackendServerTemplate Authors. All rights reserved.
  2. // Use of this source code is governed by a MIT-style
  3. // license that can be found in the LICENSE file.
  4. //go:build windows
  5. //go:generate powershell -ExecutionPolicy RemoteSigned ./get_date.ps1
  6. //go:generate powershell -ExecutionPolicy RemoteSigned ./get_git.ps1
  7. package resource