underscores.go 294 B

12345678910111213
  1. // Copyright 2018 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package underscore_pkg
  5. type Underscore_struct struct {
  6. Underscore_field string
  7. }
  8. var Underscore_var int
  9. func Underscore_func() {}