Govulncheck is a command-line tool that helps Go users find known vulnerabilities in their project dependencies. The tool can analyze both codebases and binaries, and it reduces noise by prioritizing vulnerabilities in functions that your code is actually calling.
blankmind
- 2 posts
- 7 comments
Fixed
Fixed.
- Hello World
- Read a file
- Write a file
- Read a file and loop through it line by line, printing each one (for loop or equivalent)
- Program that consists of 2 or more source files
What I’m getting at is instead of a full program, write code snippets and small programs. In doing this eventually an idea for something larger will pop into your head.
Go 1.21 is almost here and as usual, with it is a pile of features and improvements.
I’m looking forward to using the new clear function as well as the new slices and maps packages.
What about you?
- blankmind@lemmy.worldtoProgramming@programming.dev•[closed] [help] what font do you use in your code editor/IDE?English3 years
Same (Fira Code). And use it for my terminals as well.
- 3 years
go1.20.6 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to the compiler, cgo, the cover tool, the go command, the runtime, and the crypto/ecdsa, go/build, go/printer, net/mail, and text/template packages. See the Go 1.20.6 milestone on our issue tracker for details.
- 3 years
If you subscribe to a few communities, start watching the posters. Find a few posters you like, click through to their profile and see what other communities they follow for ideas.

Give it some time. Everyone’s life priorities will change and something like this won’t be at the top of the list.
Source: Used to do the same crap.