Skip to content

Commit

Permalink
Merge pull request #271 from vansante/rename-aes-pkg
Browse files Browse the repository at this point in the history
Rename the AES Codec package to aes
  • Loading branch information
asdine authored May 17, 2020
2 parents b468682 + 50b28c7 commit d48bb0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codec/aes/aes.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package database
package aes

import (
"crypto/aes"
Expand Down
2 changes: 1 addition & 1 deletion codec/aes/aes_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package database
package aes

import (
"encoding/base64"
Expand Down

0 comments on commit d48bb0f

Please sign in to comment.