speps / go-hashids

Go (golang) implementation of http://www.hashids.org
MIT License
1.32k stars 109 forks source link

Don't use hard-coded value in string #20

Closed md2perpe closed 8 years ago

md2perpe commented 8 years ago

It's a named constant in one place. Use the same name in other places.

speps commented 8 years ago

Thanks but it doesn't build, please check the error :)

md2perpe commented 8 years ago

Now it should work.