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
2018-04-18 13:42:29 -07:00

4 lines
115 B
Go

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