remove unused stub
parent
3bd1c6462d
commit
ff77af9ed4
|
|
@ -25,7 +25,3 @@ func (ts TS) MarshalYAML() (interface{}, error) {
|
||||||
}
|
}
|
||||||
return int64(ts), nil
|
return int64(ts), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ts *TS) UnmarshalJSON(b []byte) error {
|
|
||||||
return json.Unmarshal(b, (*int64)(ts))
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
todo:
|
todo:
|
||||||
- vim doesnt source vimrc, so stuff like tab width and tab characters, also syntax
|
- ts to human readable
|
||||||
highlight :(
|
|
||||||
- todo: when to run scheduled modifier? like, syncthing could have conflicts if I
|
- todo: when to run scheduled modifier? like, syncthing could have conflicts if I
|
||||||
modify only file on remote
|
modify only file on remote
|
||||||
ts: 1641007992
|
ts: 1641007992
|
||||||
|
|
@ -18,6 +17,12 @@ todo:
|
||||||
let git be smart-ish and keep latest? would provide versioning OOTB without touching raw
|
let git be smart-ish and keep latest? would provide versioning OOTB without touching raw
|
||||||
scheduled: []
|
scheduled: []
|
||||||
done:
|
done:
|
||||||
|
- here is my really here is my really here is my really here is my really here is
|
||||||
|
my really here is my really here is my really here is my really here is my really
|
||||||
|
here is my really here is my really here is my really here is my really here is
|
||||||
|
my really here is my really long string
|
||||||
|
- vim doesnt source vimrc, so stuff like tab width and tab characters, also syntax
|
||||||
|
highlight :(
|
||||||
- crontab -e style editing to ensure good syntax
|
- crontab -e style editing to ensure good syntax
|
||||||
- todo: YAML based todo
|
- todo: YAML based todo
|
||||||
ts: 1641007992
|
ts: 1641007992
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue