freeCodeCamp / freeCodeCamp/devdocs

Go documentation is missing reference links

Open
#2,157 0 comments 1 reaction 0 assignees View on GitHub
docs/improvement
Dominant language
Ruby
Stars
39.5k
Forks
2.6k
Avg merge
4d 32m
Merged PRs (30d)
13

Description

# Documentation style bug: Go documentation missing reference links

## Summary

devdocs.io is missing useful links in Go reference documentation that are very handy when working with package API:

- links to the Go source code implementation for the code
- links to input/output structures

I'm happy to contribute a fix if this is a bug rather than a deliberate choice.

## Actual style

See and how the header does not have links:

Screenshot 2024-02-18 at 21 03 19

## Expected style

Official documentation that has links in the header: https://pkg.go.dev/net/http#Client.Do
Screenshot 2024-02-18 at 21 03 28

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.