sample-golang icon indicating copy to clipboard operation
sample-golang copied to clipboard

Sorting output of /env handler

Open michurin opened this issue 1 year ago • 0 comments

In my humble opinion sorted variables are more readable.

By the way, envs = append(envs, os.Environ()...) seems useless, os.Environ() does the trick for you (it calls syscall.Environ())

michurin avatar Jan 05 '24 21:01 michurin