go-fuck-yourself

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

  • Owner: adamryman/go-fuck-yourself
  • Platform:
  • License:: The Unlicense
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Owneradamryman/go-fuck-yourself
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:The Unlicense
所有者活动
Created At2017-02-06 02:47:44
Pushed At2017-02-06 09:51:08
Last Commit At2017-02-06 00:57:21
Release Count0
用户参与
Stargazers Count189
Watchers Count4
Fork Count0
Commits Count12
Has Issues Enabled
Issues Count2
Issue Open Count1
Pull Requests Count2
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private