Add Go snippets

This commit is contained in:
Erdem Yerebasmaz
2023-11-06 18:24:04 +03:00
committed by Erdem Yerebasmaz
parent f65bcc1653
commit dc64895b65
31 changed files with 513 additions and 213 deletions

9
snippets/go/main.go Normal file
View File

@@ -0,0 +1,9 @@
package example
import (
"github.com/breez/breez-sdk-go/breez_sdk"
)
var sdk breez_sdk.BlockingBreezServices
func main() {}