1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00
Files
revive/testdata/exported_issue_1045.go
2025-05-26 03:54:46 -07:00

25 lines
573 B
Go

// Package golint comment
package golint
// path separator defined by os.Separator.
const FilePath = "xyz"
// Rewrite string to remove non-standard path characters
func UnicodeSanitize(s string) string {}
// Tags returns a slice of tags. The order is the original tag order unless it
// was changed.
func (t *Tags) Keys() []string {}
// A value which may be passed to the which parameter for Getitimer and
type ItimerWhich int
// toolchain var incorrect
var ToolchainRE = "toolchain"
/*
// PropertyBag
*/
// Rectangle An area within an image.
type Rectangle struct{}