From 94b8407ce4921984e26c2c68795a489400684d14 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:55:23 +0000 Subject: [PATCH] MNT: Re-rendered with conda-build 3.28.3, conda-smithy 3.30.2, and conda-forge-pinning 2024.01.09.16.58.19 --- .gitignore | 14 ++++++++++++-- README.md | 12 ++++++------ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index c89ecb7d..c0029107 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,13 @@ -*.pyc +# User content belongs under recipe/. +# Feedstock configuration goes in `conda-forge.yml` +# Everything else is managed by the conda-smithy rerender process. +# Please do not modify + +* +!/conda-forge.yml -build_artifacts +!/*/ +!/recipe/** +!/.ci_support/** + +*.pyc diff --git a/README.md b/README.md index d61d2770..09fbf51d 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ Package license: BSD-3-Clause Summary: The Go Programming Language -About go-nocgo --------------- +About go-cgo +------------ Home: https://go.dev/ Package license: BSD-3-Clause -Summary: The Go Programming Language (nocgo) +Summary: The Go Programming Language (cgo) Development: https://github.com/golang/ @@ -57,14 +57,14 @@ It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. -About go-cgo ------------- +About go-nocgo +-------------- Home: https://go.dev/ Package license: BSD-3-Clause -Summary: The Go Programming Language (cgo) +Summary: The Go Programming Language (nocgo) Development: https://github.com/golang/