Set encryption
This commit is contained in:
parent
22c1b12ebb
commit
e74117af27
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ func main() {
|
|||
}
|
||||
log.Print(rfm)
|
||||
|
||||
err = rfm.Encrypt("0123456789012345")
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
quit := rfm.Loop()
|
||||
|
||||
sigint := make(chan os.Signal)
|
||||
|
|
Loading…
Add table
Reference in a new issue