https://github.com/kochava/fiftyone-go
51 Degrees Go library ready for use
https://github.com/kochava/fiftyone-go
tf
Last synced: 7 months ago
JSON representation
51 Degrees Go library ready for use
- Host: GitHub
- URL: https://github.com/kochava/fiftyone-go
- Owner: Kochava
- License: other
- Created: 2019-10-02T00:27:24.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T22:07:07.000Z (over 2 years ago)
- Last Synced: 2025-01-07T18:32:01.961Z (9 months ago)
- Topics: tf
- Language: C
- Homepage:
- Size: 177 KB
- Stars: 1
- Watchers: 16
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 51 Degrees / Go
A mirrored version of 51 Degree's `go/` directory with renamed package and Makefile ran.
## Update when 51 Degrees releases
Run `update.sh` when 51 Degrees releases a new version
```
$ ./update.sh v3.2.20.4
```## Default Branch
As of October 1, 2020, github.com uses the branch name ‘main’ when creating the initial default branch for all new repositories. In order to minimize any customizations in our github usage and to support consistent naming conventions, we have made the decision to rename the ‘master’ branch to be called ‘main’ in all Kochava’s github repos.
For local copies of the repo, the following steps will update to the new default branch:
```
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
```