7 lines
56 B
Go
7 lines
56 B
Go
package client
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
var Calls embed.FS
|