@JackyCZJ , this is the design intent and described in REAMDE:
Create key.go into your config folder (package). The purpose of this file is to prevent submitting SecretKey into repository by accident, so this file is already added in the .gitignore file.
Therefore if you download the SDK and want to run the example, you should create the key.go manually. If you just import the SDK, then you can manage the secretKey by yourself and stored on proper place
@JackyCZJ , this is the design intent and described in REAMDE:
Create key.go into your config folder (package). The purpose of this file is to prevent submitting SecretKey into repository by accident, so this file is already added in the .gitignore file.
Therefore if you download the SDK and want to run the example, you should create the key.go manually. If you just import the SDK, then you can manage the secretKey by yourself and stored on proper place