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
package main | |
import ( | |
"context" | |
"fmt" | |
"math/rand" | |
"sync" | |
"time" | |
"github.com/vbauerster/mpb/v8" |
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
package main | |
import ( | |
"context" | |
"errors" | |
"fmt" | |
"github.com/sergerad/miscgo/pkg/relax" | |
"golang.org/x/sync/errgroup" | |
) |
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
analytics.page("Portal", "Home"); // The landing page (not logged-in), note no category | |
analytics.page("Portal", "About"); // API Version etc | |
analytics.page("Portal", "Settings"); // Change refresh rate | |
analytics.page("Portal", "Get CLI"); | |
// Each of the below "analytics.page()" calls should take a properties object | |
analytics.page("Account", "Settings") // View username/pass, delete account | |
analytics.page("Account", "Tokens") // View/edit Personal Access Tokens |
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
diff --git a/doc/hce-tool.swim b/doc/hce-tool.swim | |
index fb2ba79..acc4130 100644 | |
--- a/doc/hce-tool.swim | |
+++ b/doc/hce-tool.swim | |
@@ -48,6 +48,9 @@ These are the hce-tool subcommands: | |
Self upgrade the hce-tool command. | |
+- `install-hce-cli` | |
+ Install the HCE CLI tool. |