Created
June 15, 2018 17:11
-
-
Save solatis/953227593c2584e593ac2a638a17788f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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