graphql-engine/cli/internal/cliext/cli_ext_linux_amd64.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
123 B
Go
Raw Normal View History

// +build linux
// +build amd64
package cliext
import "embed"
//go:embed static-bin/linux/amd64/*
var cliExtFS embed.FS