File: custom_types.go

package info (click to toggle)
golang-github-cheekybits-genny 1.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 336 kB
  • sloc: makefile: 17; sh: 3
file content (5 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
4
5
package multipletypes

type MyType1 struct{}

type MyOtherType struct{}