Created
May 30, 2022 07:05
-
-
Save manjeettahkur/773c8095d9e4abdd4b906b937071ae3c to your computer and use it in GitHub Desktop.
run this code
This file contains 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
data, _ := json.Marshal(context.WithValue(context.Background(), "a", "b")) | |
fmt.Println(string(data)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment