1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-10 04:27:22 +00:00
Files
gitea/vendor/github.com/goccy/go-json/internal/encoder/vm/hack.go
2021-07-07 12:19:54 -04:00

10 lines
337 B
Go
Vendored

package vm
import (
// HACK: compile order
// `vm`, `vm_indent`, `vm_color`, `vm_color_indent` packages uses a lot of memory to compile,
// so forcibly make dependencies and avoid compiling in concurrent.
// dependency order: vm => vm_indent => vm_color => vm_color_indent
_ "github.com/goccy/go-json/internal/encoder/vm_indent"
)