Roy Crihfield
96c7e20c97
All checks were successful
Test / Run unit tests (push) Successful in 12m26s
Reviewed-on: #2
10 lines
109 B
Go
10 lines
109 B
Go
package main
|
|
|
|
import (
|
|
pkg "github.com/cerc-io/eth-statediff-compliance/pkg"
|
|
)
|
|
|
|
func main() {
|
|
pkg.Main()
|
|
}
|