Skip to content

Rename workflowagents package to workflowagent #336

@rakyll

Description

@rakyll

ADK will introduce a workflowagent in the future, its code can easily fit into the workflowagent. Plural package names is an anti pattern in Go because the package name is a part of the identifier in code. Consider the difference between before and after:

Before:

workflowagents.New(...)

After:

workflowagent.New(...)

Rename workflowagents to workflowagent to avoid breaking changes in the future.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions