Use x/tools/go/loader to load packages instead of custom importer.

This commit is contained in:
Stefan Warman
2018-01-11 17:48:30 +01:00
parent c80e9a745b
commit 565e1649f5
3 changed files with 96 additions and 223 deletions

View File

@@ -2,12 +2,12 @@ package main
import (
"bytes"
"errors"
"flag"
"fmt"
"io"
"io/ioutil"
"os"
"errors"
"github.com/matryer/moq/pkg/moq"
)