From e67813b0c687e2c7363cf8d0134bdb698fd0faf7 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 4 Jan 2022 21:37:07 +1000 Subject: doc/go: remove platform from example this should only be set if the package doesn't work with the default platforms --- doc/languages-frameworks/go.section.md | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/languages-frameworks') diff --git a/doc/languages-frameworks/go.section.md b/doc/languages-frameworks/go.section.md index 7cbf51c8e3730..5f1838cd6fc70 100644 --- a/doc/languages-frameworks/go.section.md +++ b/doc/languages-frameworks/go.section.md @@ -34,7 +34,6 @@ pet = buildGoModule rec { homepage = "https://github.com/knqyf263/pet"; license = licenses.mit; maintainers = with maintainers; [ kalbasit ]; - platforms = platforms.linux ++ platforms.darwin; }; } ``` -- cgit 1.4.1