github.com/jaypipes/ghw@v0.21.1/cmd/ghw-snapshot/main.go (about) 1 //go:build linux 2 // +build linux 3 4 // Use and distribution licensed under the Apache license version 2. 5 // 6 // See the COPYING file in the root project directory for full text. 7 8 package main 9 10 import ( 11 "github.com/jaypipes/ghw/cmd/ghw-snapshot/command" 12 ) 13 14 func main() { 15 command.Execute() 16 }