| 11 | ) |
| 12 | |
| 13 | type WappalyzerGo struct { |
| 14 | Domain string |
| 15 | UserName string |
| 16 | PassWord string |
| 17 | Type string |
| 18 | Http Ghttp.Http |
| 19 | } |
| 20 | |
| 21 | func (s *WappalyzerGo) GetInfo() string { |
| 22 | return "WappalyzerGo ver 0.1 with " + s.Type |
nothing calls this directly
no outgoing calls
no test coverage detected