``` go time.p<caret>arseDuration("2s") ``` After: ``` go var d, e = time.p<caret>arseDuration("2s") ```