blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
481 stars 77 forks source link

some fixes #67

Closed TuralAsgar closed 7 years ago

TuralAsgar commented 7 years ago

In flight.go change it to idiomatic Go variable declaration.

In xsrf.go redundant package comment. You did it in flight.go

In prettytime.go I think this sentence is not logical (If I am wrong, my apologies I am not native speaker).

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 19.539% when pulling a1bb7915a4a7dbd53c105b7331a4078d46e192ac on tural-esger:master into c6266511c0153734fab2ba734401e190c4bd9807 on blue-jay:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 19.539% when pulling 79d55f154d5706aed0f1b1848b2a183ae9c940a3 on tural-esger:master into c6266511c0153734fab2ba734401e190c4bd9807 on blue-jay:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 19.539% when pulling 3d11d66432bc7ff0c36f393debeba71f03416483 on tural-esger:master into c6266511c0153734fab2ba734401e190c4bd9807 on blue-jay:master.

josephspurrier commented 7 years ago

Nice, thanks for these!