Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
thepudds
thepudds has asked
1
questions and find answers to
23
problems.
Stats
542
EtPoint
174
Vote count
1
questions
23
answers
About
thepudds questions
Why do I get "undeclared name: any (requires version go1.18 or later)" when using any instead of interface{}? I am using Go 1.18
thepudds answers
Why do I get "undeclared name: any (requires version go1.18 or later)" when using any instead of interface{}? I am using Go 1.18
Are there conventions for Go module names in mono-repos with multiple modules?
How to access shared field in structs in generics in Go 1.18? I get error "type t has no field or method DATE_START" [duplicate]
Editing local copies of multiple unpublished Go Modules
Where to place go.mod file
go modules installing go tools
Go Modules "unknown revision" error when using commit hash
Using "go get" to download binaries without adding them to go.mod
how to upgrade go mod to v2 or higher version?
Go Modules: finding out right pseudo-version (vX.Y.Z-<timestamp>-<commit>) of required package