mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
8 lines
93 B
Go
8 lines
93 B
Go
|
//+build !latest_release
|
||
|
|
||
|
package v2
|
||
|
|
||
|
func getMetadataDir() string {
|
||
|
return "v2/metadata"
|
||
|
}
|