short-d / short

URL shortening service written in Go and React
https://short-d.com
MIT License
870 stars 148 forks source link

Use ptr.String for test cases that contain strings #992

Closed Coteh closed 4 years ago

Coteh commented 4 years ago

Fixes #959. Use ptr.String() to allow for direct embedding of strings into tests.

magicoder10 commented 4 years ago

Drone CI was broken. Merging now.