6 lines
94 B
Go
6 lines
94 B
Go
package build
|
|
|
|
var overlayFiles = map[string]string{
|
|
"math/exp_amd64.go": "package math;",
|
|
}
|