You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go main packages can be tested as well, so add a serve_test.go and write some tests.
Consider moving the helper functions into their own package, where it makes sense to export them, which in turn makes it more idiomatic to test them (instead of using the main package in serve_test.go).
The text was updated successfully, but these errors were encountered:
Go
main
packages can be tested as well, so add aserve_test.go
and write some tests.Consider moving the helper functions into their own package, where it makes sense to export them, which in turn makes it more idiomatic to test them (instead of using the
main
package inserve_test.go
).The text was updated successfully, but these errors were encountered: