Skip to content

Make Satelitte Struct Publicy Accessable #23

@manojpawarsj12

Description

@manojpawarsj12

I am currently utilizing the go-satellite package in a project and have encountered a limitation that is impacting my work. Specifically, my use case requires access to the jdsatepoch field in the Satellite struct. However, this field, along with several others, is not publicly accessible.

type Satellite struct {
    Line1 string
    Line2 string
}

At present, only the Line1 and Line2 fields of the Satellite struct are publicly accessible. Here is the current definition of the struct:

For the requirements of my project, I kindly request that all fields of the Satellite struct, including jdsatepoch, be made publicly accessible. This would significantly aid in my project and could potentially benefit other users of the package who may have similar needs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions