mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
8a6f3f7e9d
https://github.com/hasura/graphql-engine-mono/pull/1534 GitOrigin-RevId: 67723bb64e2505c665b04b5b0d691e5599843f87
10 lines
125 B
Go
10 lines
125 B
Go
// +build darwin
|
|
// +build arm64
|
|
|
|
package cliext
|
|
|
|
import "embed"
|
|
|
|
//go:embed static-bin/darwin/arm64/*
|
|
var cliExtFS embed.FS
|