Commit 206672db authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #52 from nicksavers/winfix

Add blank line after +build comment
parents 5cb4120e c5828905
// +build !windows !cgo // +build !windows !cgo
package ethutil package ethutil
import ( import (
......
// +build windows, cgo
package ethutil package ethutil
import ( import (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment