xmidt-org / wrp-go

go implementation of the Web Routing Protocol
Apache License 2.0
4 stars 7 forks source link

Fix `Metadata` example typo #87

Closed denopink closed 2 years ago

denopink commented 2 years ago

fixes #62 , example typo

codecov[bot] commented 2 years ago

Codecov Report

Merging #87 (7048531) into main (3719b16) will increase coverage by 0.83%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
+ Coverage   50.14%   50.97%   +0.83%     
==========================================
  Files          23       24       +1     
  Lines        3883     3949      +66     
==========================================
+ Hits         1947     2013      +66     
  Misses       1760     1760              
  Partials      176      176              
Flag Coverage Δ
unittests 50.97% <ø> (+0.83%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
messages.go 96.77% <ø> (ø)
validator.go 100.00% <0.00%> (ø)
spec_validator.go 100.00% <0.00%> (ø)
simpleMessageTypes_validator.go 100.00% <0.00%> (ø)

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 3719b16...7048531. Read the comment docs.