File: doc.go

package info (click to toggle)
golang-github-kubernetes-gengo 0.0~git20210915.39e73c8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 956 kB
  • sloc: makefile: 79
file content (7 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
// c imports the library root, which in turn imports the public and private packages. This is fine because
// the private package is not directly imported.
package c

import (
	_ "k8s.io/gengo/examples/import-boss/tests/inverse/lib"
)