go-jet / jet

Type safe SQL builder with code generation and automatic query result data mapping
Apache License 2.0
2.23k stars 110 forks source link

Fix typo in README #267

Closed ryym closed 10 months ago

ryym commented 10 months ago

An example in README uses two destination paths: gen/ and .gen/ . This is confusing and the latter seems correct according to the actual code, so I fixed it.

https://github.com/go-jet/jet/blob/33333585e9571ee4375c1a6ee99acff129c801ba/examples/quick-start/quick-start.go#L16

codecov-commenter commented 10 months ago

Codecov Report

Merging #267 (a3267eb) into master (3333358) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #267   +/-   ##
=======================================
  Coverage   90.55%   90.55%           
=======================================
  Files         124      124           
  Lines        7064     7064           
=======================================
  Hits         6397     6397           
  Misses        515      515           
  Partials      152      152           
go-jet commented 10 months ago

Thanks. :+1: