replace handwritten generated code with actual generated code

This commit is contained in:
Ben Kraft
2019-12-24 15:56:01 -05:00
parent 4a2134c533
commit 9a157470b3
+1 -1
View File
@@ -16,7 +16,7 @@ type GetViewerResponse = struct {
}
}
// GetViewer gets the current user's name.
// TODO
func GetViewer(ctx context.Context) (*GetViewerResponse, error) {
req, err := http.NewRequest(
http.MethodPost,