go/ast.LabeledStmt.Pos (method, view implemented interface methods)

one use

	go/ast (current package)
		ast.go#L774: func (s *LabeledStmt) Pos() token.Pos    { return s.Label.Pos() }