Skip to content

Instantly share code, notes, and snippets.

View scorredoira's full-sized avatar

Santiago Corredoira scorredoira

View GitHub Profile
package main
import (
"fmt"
"io/ioutil"
"net/http"
)
func main() {
hosts := []string{
package test
import (
"math/rand"
"testing"
"time"
)
type Customer struct {
Id int

RESERVATIONS. Extend a reservation 30 minutes

RESERVATIONS, then OCCUPANCY

1) CHECK DATE AND SPORT
2) SINGLE CLICK ON RESERVATION TO BE CHANGED
3) CLICK ON BUTTON “+ Half Hour” (located at bottom area).

PRODUCTS. Set same light cost rate for 1h and 1.5h.