blob: 6dff2d2c262353ff7e43474a05869d6fab89aba5 [file] [log] [blame]
// Copyright 2018 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 modinfo
type ModulePublic struct {
Top bool
Path string
Version string
}