Hi Timmy,
is this application further developed? I have tried to compile it but got a couple of compilation errors that I tried to fix (just blind fixing):
pocket2rm {master} $ go build
# _/tmp/go/src/github.com/timmyw/pocket2rm
./pocket2rm.go:59:4: p.rmAccessToken undefined (type *Pocket2RM has no field or method rmAccessToken)
/pocket2rm {master} $ go build
# _/tmp/go/src/github.com/timmyw/pocket2rm
./pocket2rm.go:59:17: cannot use rmAccessToken (type *RMToken) as type *AccessToken in assignment
Thanks!
Jorge