Ver Fonte

:edit 修改sha 包名为 hash 包名

fly há 1 ano atrás
pai
commit
c80cbbc012
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      algorithm/hash/sha.go

+ 1 - 1
algorithm/hash/sha.go

@@ -1,4 +1,4 @@
-package sha
+package hash
 
 import (
 	"crypto/hmac"