1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-29 22:28:23 +02:00
Files
revive/testdata/exported_issue_1045.go

25 lines
573 B
Go
Raw Normal View History

// 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
2024-10-02 12:20:39 +02:00
// toolchain var incorrect
var ToolchainRE = "toolchain"
/*
2025-05-26 13:54:46 +03:00
// PropertyBag
*/
// Rectangle An area within an image.
2025-05-26 13:54:46 +03:00
type Rectangle struct{}