go-fuck-yourself

go-fuck-yourself is a go wrapper that will make your code build, forcefully.

  • 所有者: adamryman/go-fuck-yourself
  • 平台:
  • 許可證: The Unlicense
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

go-fuck-yourself Build Status

go get github.com/adamryman/go-fuck-yourself

// For a more `goofy` command, identical in all but name and print. To show your pg friends.
go get github.com/adamryman/go-fuck-yourself/goofy

// \ʕ◔ϖ◔ʔ/

go-fuck-yourself is a go wrapper that will make your code build, forcefully.

Do you have some code that will not build?

$ cat main.go
	package main

	import "fmt"

	// Sad code :(
	func main() {

		ss.Open()

		fmt.Println("What a time to be alive!")

		fmt.Printf()
		jfa;
		what
		even
		is
		this
	}
$ go build main.go
# command-line-arguments
./main.go:8: undefined: ss in ss.Open
./main.go:12: not enough arguments in call to fmt.Printf
./main.go:13: undefined: jfa
./main.go:14: undefined: what
./main.go:15: undefined: even
./main.go:16: undefined: is
./main.go:17: undefined: this

Why not go-fuck-yourself?

$ go-fuck-yourself build main.go
FUCK: `ss.Open()`
FUCK: `fmt.Printf()`
FUCK: `jfa`
FUCK: `what`
FUCK: `even`
FUCK: `is`
FUCK: `this`
You are now a go developer
$ ./main
What a time to be alive!
$ cat main.go
	package main

	import "fmt"

	// Sad code :(
	func main() {


			fmt.Println("What a time to be alive!")

	}

And now, you too, can write go code.

Thanks FuckItJs.

This software is in the public domain.

主要指標

概覽
名稱與所有者adamryman/go-fuck-yourself
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證The Unlicense
所有者活动
創建於2017-02-06 02:47:44
推送於2017-02-06 09:51:08
最后一次提交2017-02-06 00:57:21
發布數0
用户参与
星數189
關注者數4
派生數0
提交數12
已啟用問題?
問題數2
打開的問題數1
拉請求數2
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?