go-eden / routine

Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in other languages.
MIT License
114 stars 20 forks source link

Support go 1.17 #3

Closed timandy closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #3 (6bc3fe1) into main (cef6686) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #3   +/-   ##
=======================================
  Coverage   93.42%   93.42%           
=======================================
  Files           6        6           
  Lines         213      213           
=======================================
  Hits          199      199           
  Misses          9        9           
  Partials        5        5           
Impacted Files Coverage Δ
routine_goid.go 91.86% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cef6686...6bc3fe1. Read the comment docs.