mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Add Go snippets
This commit is contained in:
committed by
Erdem Yerebasmaz
parent
f65bcc1653
commit
dc64895b65
9
snippets/go/main.go
Normal file
9
snippets/go/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package example
|
||||
|
||||
import (
|
||||
"github.com/breez/breez-sdk-go/breez_sdk"
|
||||
)
|
||||
|
||||
var sdk breez_sdk.BlockingBreezServices
|
||||
|
||||
func main() {}
|
||||
Reference in New Issue
Block a user