Sfoglia il codice sorgente

:edit 修改sha 包名为 hash 包名

fly 1 anno fa
parent
commit
c80cbbc012
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      algorithm/hash/sha.go

+ 1 - 1
algorithm/hash/sha.go

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