Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/param-naked.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Avoid Naked Parameters

Prefer using (Functional Options)[#functional-options] instead of naked parameters or split your function into a few ones:
Prefer using [Functional Options](#functional-options) instead of naked parameters or split your function into a few ones:

<table>
<thead><tr><th>Bad</th><th>Good</th></tr></thead>
Expand Down
2 changes: 1 addition & 1 deletion style.md
Original file line number Diff line number Diff line change
Expand Up @@ -3375,7 +3375,7 @@ func Bar() {

### Avoid Naked Parameters

Prefer using (Functional Options)[#functional-options] instead of naked parameters or split your function into a few ones:
Prefer using [Functional Options](#functional-options) instead of naked parameters or split your function into a few ones:

<table>
<thead><tr><th>Bad</th><th>Good</th></tr></thead>
Expand Down