go-interpol icon indicating copy to clipboard operation
go-interpol copied to clipboard

implement start & end delimiters

Open brenol opened this issue 6 years ago • 1 comments

This PR implements the possibility to pass delimiters as options to the interpolator.

This way, those who desire can use interpol to work with JSON strings.

brenol avatar Dec 15 '18 14:12 brenol

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@5accad8). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #1   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?      3           
  Lines             ?    132           
  Branches          ?      0           
=======================================
  Hits              ?    132           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
options.go 100% <ø> (ø)
interpol.go 100% <100%> (ø)

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 5accad8...cb6415d. Read the comment docs.

codecov-io avatar Dec 15 '18 14:12 codecov-io