Skip to content

wawandco/go1.25-practical-walkthrough

Repository files navigation

CoP - What's new in Go1.25

This repository showcases some exciting new features introduced in Go 1.25:

  • encoding/json/v2. ⚠️ Experimental package. To enable it, set: export GOEXPERIMENT=jsonv2.
  • os.Root in action.
  • testing/synctest package.
  • Example usage of WaitGroup.Go.
  • Example of the new http.CrossOriginProtection type.

About

Code examples from our CoP session on Go 1.25, showcasing the latest features through practical demos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages