spin icon indicating copy to clipboard operation
spin copied to clipboard

feat: Add SetText method to change the initial text

Open codekidX opened this issue 4 years ago • 1 comments

Hello,

I added a method called SetText to change the text in between frame loop. This can be used to change the initial text that we pass in New method.

Thought it might be useful to others too.

codekidX avatar Mar 15 '20 19:03 codekidX

Codecov Report

Merging #7 into master will decrease coverage by 3.81%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #7      +/-   ##
=========================================
- Coverage   76.31%   72.5%   -3.82%     
=========================================
  Files           1       1              
  Lines          38      40       +2     
=========================================
  Hits           29      29              
- Misses          8      10       +2     
  Partials        1       1
Impacted Files Coverage Δ
spin.go 72.5% <0%> (-3.82%) :arrow_down:

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 2bc4381...b1f33d1. Read the comment docs.

codecov[bot] avatar Mar 15 '20 19:03 codecov[bot]