2017-06-15 19:10:54 +00:00
|
|
|
// Build for ncdu for unsupported platforms to stop go complaining
|
|
|
|
// about "no buildable Go source files "
|
|
|
|
|
2022-06-19 10:22:45 +00:00
|
|
|
//go:build plan9 || js
|
2017-06-15 19:10:54 +00:00
|
|
|
|
2024-04-18 07:36:22 +00:00
|
|
|
// Package ncdu implements a text based user interface for exploring a remote
|
2017-06-15 19:10:54 +00:00
|
|
|
package ncdu
|