forked from mirror/go-json
8 lines
132 B
Go
8 lines
132 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/klauspost/asmfmt/cmd/asmfmt"
|
||
|
_ "github.com/minio/asm2plan9s"
|
||
|
_ "github.com/minio/c2goasm"
|
||
|
)
|