github.com/Songmu/goxz@v0.9.1/platform.go (about)

     1  package goxz
     2  
     3  type platform struct {
     4  	os, arch string
     5  }