[go-nuts] Is encoding/json POSIX compatible?

2024-01-30 Thread Xabi Martí
I'm writing a program that uses enconding/json and when writing the files I see that it doesn't add a newline character at the end of the file, according to https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 it is supposed that a line is: 3.206 Line A

[go-nuts] Re: AWS SDK v2 and SSM session

2023-06-30 Thread Xabi Martí
n", > string(sessionResponse), > region, > "StartSession", > os.Getenv("AWS_PROFILE"), > string(pluginParamsArg), > ) > > After connecting to the cmd.StdoutPipe() you can Start() the command and > monitor its output. > > On Wednesday, 14 June 2

[go-nuts] AWS SDK v2 and SSM session

2023-06-14 Thread Xabi Martí
Hi there, and thanks for having me here, this is my first post and I expect is not going to be the last. The question is that I've a problem with AWS SDK v2, I'm trying to run a session with a long-running command with SSM Document "AWS-StartNonInteractiveCommand" and get the result and leave