get_date_posix.go 331 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 /bin/bash ./get_date.sh
  6. //go:generate /bin/bash ./get_git.sh
  7. //go:generate /bin/bash ./get_random.sh
  8. package resource