get_date_win32.go 426 B

12345678910111213
  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. //go:generate powershell -ExecutionPolicy RemoteSigned ./get_random.ps1
  8. package resource