Commit 2c888896 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Add AttrOut print

parent 49932918
......@@ -132,6 +132,12 @@ func (me *Attr) String() string {
me.Ctime, me.Ctimensec)
}
func (me *AttrOut) String() string {
return fmt.Sprintf(
"{A%d.%09d %v}",
me.AttrValid, me.AttrValidNsec, &me.Attr)
}
func (me *CreateIn) String() string {
return fmt.Sprintf(
"{0%o [%s] (0%o)}", me.Mode,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment