github.com/linapex/ethereum-go-chinese@v0.0.0-20190316121929-f8b7a73c3fa1/ethdb/database_js_test.go (about) 1 2 //<developer> 3 // <name>linapex 曹一峰</name> 4 // <email>linapex@163.com</email> 5 // <wx>superexc</wx> 6 // <qqgroup>128148617</qqgroup> 7 // <url>https://jsq.ink</url> 8 // <role>pku engineer</role> 9 // <date>2019-03-16 19:16:38</date> 10 //</624450090412544000> 11 12 13 //+构建JS 14 15 package ethdb_test 16 17 import ( 18 "github.com/ethereum/go-ethereum/ethdb" 19 ) 20 21 var _ ethdb.Database = ðdb.LDBDatabase{} 22