mirror of
https://github.com/soypat/lneto.git
synced 2026-09-08 07:49:05 +00:00
reread coverage docs
This commit is contained in:
+10
@@ -35,3 +35,13 @@ func (backoff BackoffStrategy) Do(consecutiveBackoffs uint) {
|
||||
time.Sleep(sleep)
|
||||
}
|
||||
}
|
||||
|
||||
func Uncovered() int {
|
||||
a := 250 * 23
|
||||
A:
|
||||
a *= 32
|
||||
if a > 323 {
|
||||
goto A
|
||||
}
|
||||
return a
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user