mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-18 19:17:51 +01:00
changes to explore to take parameter id in /explore
This commit is contained in:
13
webapi/Download_test.go
Normal file
13
webapi/Download_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package webapi
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
// Test function
|
||||
func TestDecodeBlake3Hash(t *testing.T) {
|
||||
hash, bool := DecodeBlake3Hash("")
|
||||
fmt.Println(hash)
|
||||
fmt.Println(bool)
|
||||
}
|
||||
Reference in New Issue
Block a user