Skip to content

Commit

Permalink
txtar: promote from internal
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jay Conrod committed Nov 19, 2019
1 parent caaa49c commit 298f0cb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/imports/mod_test.go
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion internal/lsp/tests/tests.go
Expand Up @@ -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 (
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 298f0cb

Please sign in to comment.