lang: Replace the go-bindata usage with embed
This doesn't let us have nested mcl at the moment, but we could improve on this with an embed API for each package. For now this makes building the project easier.
This commit is contained in:
@@ -41,7 +41,7 @@ const (
|
||||
// NOTE: the template library will panic if it is one of: .-#
|
||||
ReplaceChar = "_"
|
||||
|
||||
// CoreDir is the directory prefix where core bindata mcl code is added.
|
||||
// CoreDir is the directory prefix where core mcl code is embedded.
|
||||
CoreDir = "core/"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user