1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00
semantic/test/fixtures/go/toc/method-with-receiver.B.go

4 lines
115 B
Go
Raw Normal View History

package lock
func (c *apiClient) CheckAuth(req *http.Request, user, repo string) (*authenticatedActor, error) { }