• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Package comment A.
2package merge
3
4// A doc.
5func A() {
6	// A comment.
7}
8