This website requires JavaScript.
Explore
Help
Register
Sign In
qbit
/
go
Watch
1
Star
0
Fork
0
You've already forked go
mirror of
https://github.com/golang/go
synced
2024-11-19 01:04:40 -07:00
Code
Releases
Activity
030b2cf115
go
/
internal
/
lsp
/
testdata
/
format
/
newline_format.go.golden
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
internal/lsp: switch golden files to use txtar I was about to add some more tests and it caused a huge number of golden files, which was hard to deal with. Now all the golden files are packed into a single .golden archive in the txtar format. I also changed the tagging key for hover results to use the marker name rather than the line and column, as it makes it more stable against test data changes. Change-Id: Iaa1f54ab55a41d380db67b9f6f928fa7a52d9a5e Reviewed-on: https://go-review.googlesource.com/c/tools/+/174877 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-05-01 17:16:03 -06:00
-- gofmt --
package format //@format("package")
func _() {}
Copy Permalink