Przeglądaj źródła

:edit 修改sha 包名为 hash 包名

fly 1 rok temu
rodzic
commit
c80cbbc012
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      algorithm/hash/sha.go

+ 1 - 1
algorithm/hash/sha.go

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