Skip to content

Commit

Permalink
docs/wiki.go: replace info.txt with wiki.go
Browse files Browse the repository at this point in the history
LUCI trigger go test ./... under every go module, a module
without a go file result in an error from go test.

For #3533

Change-Id: I6973e9c5cc904ff4a3ac4ce97a7bbc3d2b6e4eb0
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/642423
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Commit-Queue: Hongxiang Jiang <hxjiang@golang.org>
  • Loading branch information
h9jiang committed Jan 14, 2025
1 parent e85cb10 commit 3fec532
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/info.txt

This file was deleted.

6 changes: 6 additions & 0 deletions docs/wiki.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright 2025 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Package wiki contains the source of the github.com/golang/vscode-go/wiki.
package wiki

0 comments on commit 3fec532

Please sign in to comment.