Skip to content

v0.3.0

Choose a tag to compare

@ainvaltin ainvaltin released this 28 Oct 12:47
· 1 commit to main since this release
  • breaking change: Run takes *http.Server (instead of http.Server ie pointer instead of value) as a parameter because http.Server now contains atomic values which may not be copied.
  • deprecate utility functions WaitWithTimeout and ListenForQuitSignal - these are moved to github.com/ainvaltin/wake package.