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