init module
This commit is contained in:
parent
e9fd748288
commit
f388fcf9ee
9 changed files with 11 additions and 0 deletions
1
decrypt.go
Normal file
1
decrypt.go
Normal file
|
@ -0,0 +1 @@
|
|||
package bloat
|
1
encrypt.go
Normal file
1
encrypt.go
Normal file
|
@ -0,0 +1 @@
|
|||
package bloat
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.bivouac.wiki/go/bloat
|
||||
|
||||
go 1.22.5
|
1
marshal.go
Normal file
1
marshal.go
Normal file
|
@ -0,0 +1 @@
|
|||
package bloat
|
1
read.go
Normal file
1
read.go
Normal file
|
@ -0,0 +1 @@
|
|||
package bloat
|
1
sign.go
Normal file
1
sign.go
Normal file
|
@ -0,0 +1 @@
|
|||
package bloat
|
1
unmarshal.go
Normal file
1
unmarshal.go
Normal file
|
@ -0,0 +1 @@
|
|||
package bloat
|
1
verify.go
Normal file
1
verify.go
Normal file
|
@ -0,0 +1 @@
|
|||
package bloat
|
1
write.go
Normal file
1
write.go
Normal file
|
@ -0,0 +1 @@
|
|||
package bloat
|
Loading…
Reference in a new issue