yap: classfile v2#94
Conversation
| if me, ok := app.(interface{ MainEntry() }); ok { | ||
| me.MainEntry() | ||
| } else { | ||
| app.Run(":8080") |
There was a problem hiding this comment.
[golangci-lint] Error return value of app.Run is not checked (errcheck)
Details
If you have any questions about this comment, feel free to raise an issue here:
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #94 +/- ##
=======================================
Coverage 89.36% 89.36%
=======================================
Files 10 10
Lines 94 94
=======================================
Hits 84 84
Misses 10 10 ☔ View full report in Codecov by Sentry. |
| @@ -0,0 +1,3 @@ | |||
| yap "article", { | |||
| "id": param("id"), | |||
| } | |||
There was a problem hiding this comment.
[golangci-lint] invalid character U+0023 '#'
Details
If you have any questions about this comment, feel free to raise an issue here:
| @@ -0,0 +1,3 @@ | |||
| yap "article", { | |||
| "id": param("id"), | |||
| } | |||
There was a problem hiding this comment.
[golangci-lint] syntax error: unexpected id in parameter list; possibly missing comma or ) (typecheck)
Details
If you have any questions about this comment, feel free to raise an issue here:
| @@ -0,0 +1,3 @@ | |||
| json { | |||
| "id": param("id"), | |||
| } | |||
There was a problem hiding this comment.
[golangci-lint] invalid character U+0023 '#'
Details
If you have any questions about this comment, feel free to raise an issue here:
| @@ -0,0 +1,3 @@ | |||
| json { | |||
| "id": param("id"), | |||
| } | |||
There was a problem hiding this comment.
[golangci-lint] syntax error: unexpected id in parameter list; possibly missing comma or ) (typecheck)
Details
If you have any questions about this comment, feel free to raise an issue here:
No description provided.