Skip to content

Instantly share code, notes, and snippets.

View suzuken's full-sized avatar

Kenta SUZUKI suzuken

View GitHub Profile
package main
import (
"fmt"
"log"
"net/http"
)
func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
package main
import "flag"
import "fmt"
func main() {
var (
s = flag.String("s", "s-tanno", "who is..")
)
flag.Parse()

comment

package main
import (
"flag"
"fmt"
"io/ioutil"
"log"
"os"
"golang.org/x/net/context"
package main
import (
"flag"
"fmt"
"io/ioutil"
"log"
"os"
"golang.org/x/net/context"
package main
import (
"flag"
"fmt"
"io/ioutil"
"log"
"os"
"golang.org/x/net/context"
package main
import (
"flag"
"fmt"
"io/ioutil"
"log"
"os"
"golang.org/x/net/context"

autoscale: true

[fit] ディスプレイ広告の

[fit] 基礎とセキュリティ

@suzu_v VOYAGE GROUP

2016/04/23 at dots.

#http2study


autoscale: true

How to use AWS Lambda in Document Processing Pipeline

@suzu_v VOYAGE GROUP 2016/04/22 at AWS Tokyo Office


package main
import (
"flag"
"image"
"image/color"
"image/png"
"log"
"math/cmplx"
"os"