add missing golang features
This commit is contained in:
parent
154f5c905c
commit
3f8e32ad06
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
- [GO](#go)
|
- [GO](#go)
|
||||||
- [External Git Repos](#external-git-repos)
|
- [External Git Repos](#external-git-repos)
|
||||||
- [Useful Go Libraries](#useful-go-labraries)
|
- [Useful Go Libraries](#useful-go-labraries)
|
||||||
|
- [Missing Features](#missing-features-in-golang)
|
||||||
- [Agent Market Search](#agent-market-search)
|
- [Agent Market Search](#agent-market-search)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -127,6 +128,10 @@
|
||||||
- https://github.com/sevlyar/go-daemon | Go Daemon
|
- https://github.com/sevlyar/go-daemon | Go Daemon
|
||||||
- **Look for more:** [github/list/go](https://github.com/stars/asandikci/lists/go-language)
|
- **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
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue