Загрузить файлы в «/»
This commit is contained in:
parent
8aae68db96
commit
60abff7a5b
2 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
package smart_contract_exchange
|
||||
//go:build !exclude_crypto_ecdsa
|
||||
|
||||
package crypto_ex
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
|
8
contract.yml
Normal file
8
contract.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
name: crypto_ex
|
||||
build:
|
||||
include:
|
||||
- .
|
||||
- !exclude:
|
||||
- vendor/**
|
||||
permissions:
|
||||
- methods: '*'
|
Loading…
Reference in a new issue