Skip to content

Instantly share code, notes, and snippets.

View Tananga's full-sized avatar
🍼
I came here to drink milk and kick ass. And I've just finished my milk.

Kamil Pyrkosz Tananga

🍼
I came here to drink milk and kick ass. And I've just finished my milk.
View GitHub Profile
package main
import (
"encoding/json"
"net/http"
"github.com/gorilla/handlers"
"github.com/gorilla/mux"
)
import React, { Component } from 'react';
class App extends Component {
state = {
names : []
}
componentDidMount() {
fetch("http://localhost:12345/")
package main
import(
fmt
)
func main () {
fmt.Println("test2")
}