package main
import . "fmt"
var foo = "not injected"
func main() {
Println(foo)
}
$ go run main.go
not injected
$ go run -ldflags "-X main.foo=injected" main.go
injected
For further actions, you may consider blocking this person and/or reporting abuse
Alfonsina Lizardo -
Alex Hyett -
Dev Lawrence -
Retiago Drago -
Once suspended, clavinjune will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, clavinjune will be able to comment and publish posts again.
Once unpublished, all posts by clavinjune will become hidden and only accessible to themselves.
If clavinjune is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Clavin June.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag clavinjune:
Unflagging clavinjune will restore default visibility to their posts.
Top comments (0)