Files
GingerShrew/import/import_debian_linux.go

8 lines
105 B
Go
Raw Normal View History

// +build debian
package gingershrew
func UnpackTBZ(destinationDirectory string) error {
return nil
}