generate.sh 212 B

123456789
  1. #!/bin/sh
  2. #
  3. # generate.sh
  4. # Copyright (C) 2024 Kovid Goyal <kovid at kovidgoyal.net>
  5. #
  6. # Distributed under terms of the MIT license.
  7. #
  8. go run generate.go && GOARCH=amd64 go vet ./... && GOARCH=arm64 go vet ./...