struct.go 78 B

1234567
  1. package sdk
  2. //SDK represents Android SDK
  3. type SDK struct {
  4. dirPath string
  5. }