Create a secrets file:
touch ~/.secret
Make sure it looks like this:
#!/bin/bash
Create a secrets file:
touch ~/.secret
Make sure it looks like this:
#!/bin/bash
package main | |
import ( | |
"flag" | |
"fmt" | |
"time" | |
) | |
// Fake a long and difficult work. | |
func DoWork() { |