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