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