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