style

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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GoStyle

type GoStyle struct {
	Overview  string `json:"overview"`
	Guide     string `json:"guide"`
	Decisions string `json:"decisions"`
}

GoStyle represents Go style guide in Google.

func FetchGoStyle

func FetchGoStyle(ctx context.Context) (*GoStyle, error)

FetchGoStyle fetches Go style guide in Google.

type Modernize

type Modernize struct {
	Version string `json:"version"`
	Source  string `json:"source"`
}

Modernize represents source codes of modernize.

func FetchLatestModernize

func FetchLatestModernize(ctx context.Context) (*Modernize, error)

FetchLatestModernize fetches source code of modernize.Analyzer in gopls internal.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL