mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/74 don't rely on local go-bindata binary Reviewed By: a8m Differential Revision: D17786303 fbshipit-source-id: 1d1258478fd8f3abcdb3a7b1b06d0601b4468c94
6 lines
75 B
Go
6 lines
75 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import _ "github.com/go-bindata/go-bindata"
|