tzmfreedom / go-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Code Generator From PHP

Install

$ go install github.com/tzmfreedom/go-generator

Usage

Input PHP Code to stdin.

$ echo '<?php echo "hello world";' | go-generator

Output result from stdout.

package hoge

import "fmt"

func main() {
fmt.Println("hello world")
}

About


Languages

Language:Go 100.0%