Tags: numberly/gorush
Tags
chore: remove i386 support Signed-off-by: Bo-Yi Wu <[email protected]>
chore(windows): Disable CGO_ENABLED (appleboy#534) fixed appleboy#508 in windows build
specific arch platform Signed-off-by: Bo-Yi Wu <[email protected]>
gorush: do less copying in queueNotification (appleboy#370) The PushNotification object is quite big (772 bytes on AMD64), so avoid doing too many copying without a need. Collect pointers and do copying only when sending into a channel. Found using https://go-critic.github.io/overview#rangeValCopy-ref Linter output: ``` $GOPATH/src/github.com/appleboy/gorush/gorush/worker.go:38:2: rangeValCopy: each iteration copies 772 bytes (consider pointers or indexing) $GOPATH/src/github.com/appleboy/gorush/gorush/worker.go:53:2: rangeValCopy: each iteration copies 772 bytes (consider pointers or indexing) ```
update release process in drone. Signed-off-by: Bo-Yi Wu <[email protected]>
feat: check unused package (appleboy#232) * feat: check unused package update edganiukov/fcm to appleboy/go-fcm * update readme Signed-off-by: Bo-Yi Wu <[email protected]> * update comment Signed-off-by: Bo-Yi Wu <[email protected]>
PreviousNext