Skip to content

Instantly share code, notes, and snippets.

@solatis
Created June 15, 2018 17:11
Show Gist options
  • Save solatis/953227593c2584e593ac2a638a17788f to your computer and use it in GitHub Desktop.
Save solatis/953227593c2584e593ac2a638a17788f to your computer and use it in GitHub Desktop.
;; default:
(ns foo
(:import
[com.google.devtools.clouderrorreporting.v1beta1 ErrorContext
ProjectName
SourceLocation]))
;; what i want:
(ns foo
(:import
[com.google.devtools.clouderrorreporting.v1beta1 ErrorContext
ProjectName
SourceLocation]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment