├── README.md ├── go.mod ├── go.sum └── index.go /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/bucky/HEAD/README.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/bucky/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/bucky/HEAD/go.sum -------------------------------------------------------------------------------- /index.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackclub/bucky/HEAD/index.go --------------------------------------------------------------------------------