Skip to content

Instantly share code, notes, and snippets.

package main
import (
"encoding/json"
"fmt"
"io/ioutil"
"log"
"net/http"
"os"
"strconv"
package main
import (
"fmt"
"unicode"
)
func removeDoubleSpaces(x []byte) []byte {
var spaces int
for i, v := range x {