Harshavardhana
|
1bfb490f90
|
pkg/user: Add pending tests.
|
2015-12-07 14:13:54 -08:00 |
Harshavardhana
|
b74852116a
|
Fix portability issues for arm on raspberry pi
|
2015-10-20 11:22:00 -07:00 |
Harshavardhana
|
a8a935f5fd
|
Improve disk code to return back disk StatFS{} structure
```
StatFS {
Total int64
Free int64
FSType string
}
```
Provides more information in a cross platform way.
|
2015-10-17 20:19:26 -07:00 |
Harshavardhana
|
aee0845b2e
|
Add disk package
Implements
- Stat returns total and free disk space supported across platforms
- Type returns type of the filesystem underneath
|
2015-10-17 16:48:24 -07:00 |