Feedback wanted: Go port of Copier #2656
ayushin
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Copier maintainers and community,
I have been working on a Go implementation of Copier here:
https://github.com/fyltr/copier-go
The goal is to keep it as close as practical to upstream Copier behavior while providing a native Go library and CLI binary. I recently synced the fork with upstream behavior changes and documented the current compatibility scope and known gaps.
I wanted to ask whether this is useful to anyone here, and if so, what compatibility areas would matter most to prioritize next.
This is not intended to replace the Python project or define a separate template format. Upstream Copier remains the source of truth; the Go port is meant to track it.
If an issue is not the right place for this, I am happy to move it elsewhere.
All reactions