File: types.go

package info (click to toggle)
golang-github-knqyf263-go-dep-parser 0.0~git20190521.1ef8521-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,440 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
4
5
6
package types

type Library struct{
	Name string
	Version string
}