From 3f8e32ad067a71aec4dba3ee4e329e98fb6ca95f Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 14 Aug 2023 16:02:42 +0300 Subject: [PATCH] add missing golang features --- dev/resources.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev/resources.md b/dev/resources.md index 0b596be..942049f 100644 --- a/dev/resources.md +++ b/dev/resources.md @@ -17,6 +17,7 @@ - [GO](#go) - [External Git Repos](#external-git-repos) - [Useful Go Libraries](#useful-go-labraries) + - [Missing Features](#missing-features-in-golang) - [Agent Market Search](#agent-market-search)
@@ -127,6 +128,10 @@ - https://github.com/sevlyar/go-daemon | Go Daemon - **Look for more:** [github/list/go](https://github.com/stars/asandikci/lists/go-language) +### Missing Features in Golang +- https://github.com/golang/go/issues/20461 | unload plugins +- https://github.com/golang/go/issues/19282 | Windows plugin support +
---