Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 526 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 526 Bytes

string.Format -> string interpolation

$"Hello {🐹}", there);

This project strives to safely replace string.Format calls with string interpolation from the CLI faster than you can open your IDE

Getting Started

  • Simply download the executable from releases (or build from source)
  • Paste into the directory of your C# project
  • Execute

If you come across a use-case that is not replaced properly, please contribute with an issue or PR.

Run

go run main.go

Test

go test