blob: ddc386ee1a005ff0eb14bf8c0ee8efc1a3510e48 [file] [log] [blame]
package main
import (
"fmt"
"net/http"
)
type Applicant = http.Client
func main() {
fmt.Printf("%T", Applicant{})
}