txtar: promote from internal

Rather than copying this package to another repository, let's promote
this one out of internal.

Change-Id: I6f9cc1ada1577a720905271f7471c3afe05a2b41
Reviewed-on: https://go-review.googlesource.com/c/tools/+/207905
Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
Jay Conrod 2019-11-19 16:48:20 -05:00
parent caaa49c6de
commit 298f0cb188
4 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import (
"golang.org/x/tools/internal/gopathwalk"
"golang.org/x/tools/internal/module"
"golang.org/x/tools/internal/testenv"
"golang.org/x/tools/internal/txtar"
"golang.org/x/tools/txtar"
)
// Tests that we can find packages in the stdlib.

View File

@ -26,7 +26,7 @@ import (
"golang.org/x/tools/internal/lsp/protocol"
"golang.org/x/tools/internal/lsp/source"
"golang.org/x/tools/internal/span"
"golang.org/x/tools/internal/txtar"
"golang.org/x/tools/txtar"
)
const (