document

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReleaseNote

type ReleaseNote struct {
	Version string `json:"version"`
	Body    string `json:"body"`
}

ReleaseNote represents a release note.

func FetchReleaseNote

func FetchReleaseNote(ctx context.Context, gover string) (*ReleaseNote, error)

FetchReviewMeetingMinutes fetches proposal review meeting minutes from the golang/go issue tracker.