HW10 is completed
parent
f51d961115
commit
9d97b3e732
|
@ -1,4 +1,4 @@
|
|||
module github.com/fixme_my_friend/hw10_program_optimization
|
||||
module github.com/tiburon-777/HW_OTUS/hw10_program_optimization
|
||||
|
||||
go 1.14
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ func GetDomainStat(r io.Reader, domain string) (DomainStat, error) {
|
|||
return countDomains(u, domain)
|
||||
}
|
||||
|
||||
type users [100_000]User
|
||||
type users [100000]User
|
||||
|
||||
func getUsers(r io.Reader) (result users, err error) {
|
||||
content, err := ioutil.ReadAll(r)
|
||||
|
|
Loading…
Reference in New Issue