5 lines
272 B
Go
5 lines
272 B
Go
package main
|
|
|
|
// TODO some of the same things tested as server_test, except without any of the mocking
|
|
// probably should do the httptest.NewServer thing
|
|
// https://medium.com/what-i-talk-about-when-i-talk-about-technology/go-code-examples-httptest-newserver-f965fb349884
|