blob: 7c6dc2cec7a76e8ad45868d268bd401be24973e3 [file] [log] [blame] [view] [edit]
## Tooltips
---
```html
<details class="go-Tooltip js-tooltip" data-gtmc="tooltip">
<summary>
Valid <a href="#tooltips">go.mod</a> file
<img
class="go-Icon"
height="24"
width="24"
src="/static/shared/icon/help_gm_grey_24dp.svg"
alt=""
/>
</summary>
<p>
The Go module system was introduced in Go 1.11 and is the official dependency management
solution for Go.
</p>
</details>
```