Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix robots issue #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix robots issue #10

wants to merge 1 commit into from

Conversation

rafaelsideguide
Copy link
Collaborator

closes #9

@@ -12,40 +12,60 @@ import (
"time"
)

// RobotsField is a custom type for the robots field in the metadata.
type RobotsField []string

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we need a more robust solution. lots of the metadata fields i'm seeing can be returned as string or a list from testing out the API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Robots isn't *string json:"robots,omitempty"
2 participants