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