- Golang developer
π©π₯
Pinned Loading
-
-
gfa
gfa Publicgfa fetches and pulls all git repositories that are subdirectories of the current directory
TypeScript
-
git-fetch-all-repos.js
git-fetch-all-repos.js 1#! /usr/bin/env node
2const { exec } = require('child_process');
3const fs = require('fs');
45const doOutput = (z) => {
-
go run wrapper to run a go program w...
go run wrapper to run a go program which is either in the current directory or in the cmd/<modulename> subdirectory 1#!/bin/bash
23# check if main.go file exists
4if [ -f "main.go" ]; then
5echo "go run ."
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.