Skip to content

Instantly share code, notes, and snippets.

View ancarebeca's full-sized avatar

Rebeca Mora ancarebeca

  • London
  • 12:11 (UTC -12:00)
View GitHub Profile
package main
import (
"fmt"
"sync"
)
type Fetcher interface {
// Fetch returns the body of URL and
// a slice of URLs found on that page.
package main
import (
"fmt"
"sync"
)
type Fetcher interface {
// Fetch returns the body of URL and
// a slice of URLs found on that page.
<?php
class Book
{
private $title;
function __construct(string $title_in)
{
$this->title = $title_in;
}

Keybase proof

I hereby claim:

  • I am ancarebeca on github.
  • I am rebecamora (https://keybase.io/rebecamora) on keybase.
  • I have a public key whose fingerprint is B511 9D44 C5B7 5ECB F83A 809B BCAA 9C4D 25C6 67F0

To claim this, I am signing this object: