File: doc.go

package info (click to toggle)
golang-github-kubernetes-gengo 0.0~git20250207.1244d31-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,528 kB
  • sloc: sh: 90; makefile: 29
file content (9 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
// This is a floating comment, #0.
// It has 2 lines.

// This is a doc comment, #1.
// It has 2 lines.
package root2

// This is another floating comment, #2.
// It has 2 lines.