From 3fec53289cdfa4264d130399ba261bdfa244d680 Mon Sep 17 00:00:00 2001 From: Hongxiang Jiang Date: Mon, 13 Jan 2025 16:17:40 -0500 Subject: [PATCH] docs/wiki.go: replace info.txt with wiki.go LUCI trigger go test ./... under every go module, a module without a go file result in an error from go test. For golang/vscode-go#3533 Change-Id: I6973e9c5cc904ff4a3ac4ce97a7bbc3d2b6e4eb0 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/642423 Reviewed-by: Hyang-Ah Hana Kim LUCI-TryBot-Result: Go LUCI kokoro-CI: kokoro Commit-Queue: Hongxiang Jiang --- docs/info.txt | 1 - docs/wiki.go | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 docs/info.txt create mode 100644 docs/wiki.go diff --git a/docs/info.txt b/docs/info.txt deleted file mode 100644 index 2b06747203..0000000000 --- a/docs/info.txt +++ /dev/null @@ -1 +0,0 @@ -This directory contains the source of the github.com/golang/vscode-go/wiki. diff --git a/docs/wiki.go b/docs/wiki.go new file mode 100644 index 0000000000..96b43173d4 --- /dev/null +++ b/docs/wiki.go @@ -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