Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
add deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile authored Jan 20, 2025
1 parent e00ecdf commit 7118668
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# DEPRECATED

it turns out multiple go shared objects in a single process is not supported

it likely broke in [go 1.21] and there is no intention to fix it :(

[go 1.21]: https://github.com/golang/go/issues/65050#issue-2074509727

___

[![build status](https://github.com/asottile/setuptools-golang/actions/workflows/main.yml/badge.svg)](https://github.com/asottile/setuptools-golang/actions/workflows/main.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/setuptools-golang/main.svg)](https://results.pre-commit.ci/latest/github/asottile/setuptools-golang/main)

Expand Down

0 comments on commit 7118668

Please sign in to comment.