Revert "detele everything"

This reverts commit d02c5d1e30.
This commit is contained in:
Zach Ramsay
2018-07-10 11:22:25 -04:00
parent 2f4ab0c068
commit 44dad6d70b
721 changed files with 99035 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package code
// Return codes for the examples
const (
CodeTypeOK uint32 = 0
CodeTypeEncodingError uint32 = 1
CodeTypeBadNonce uint32 = 2
CodeTypeUnauthorized uint32 = 3
)