Skip to content

Commit

Permalink
removed mutex, removing linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Dec 15, 2023
1 parent d0fa56e commit 251f89e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Repository Overview
Like all cool websites, arc42 has a status-subdomain, showing usage- and repo statistics for its domains and subdomains.

[![build+deploy go-app](https://github.com/arc42/status.arc42.org-site/actions/workflows/fly.yml/badge.svg?branch=main)](https://github.com/arc42/status.arc42.org-site/actions/workflows/fly.yml)
[![build+deploy jekyll](https://github.com/arc42/status.arc42.org-site/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/arc42/status.arc42.org-site/actions/workflows/pages/pages-build-deployment)
[![golang-lint](https://github.com/arc42/status.arc42.org-site/actions/workflows/golang-lint.yml/badge.svg)](https://github.com/arc42/status.arc42.org-site/actions/workflows/golang-lint.yml)
| **Static Jekyll Site** | **Documentation** | **Statistic service (Go app)** |
|---------------------- |---------------------|--------------------------------|
| [\docs]() | [\documentation]() | [\go-app]() |
| [![build+deploy jekyll](https://github.com/arc42/status.arc42.org-site/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/arc42/status.arc42.org-site/actions/workflows/pages/pages-build-deployment) | | [![build+deploy go-app](https://github.com/arc42/status.arc42.org-site/actions/workflows/fly.yml/badge.svg?branch=main)](https://github.com/arc42/status.arc42.org-site/actions/workflows/fly.yml) <br>[![golang-lint](https://github.com/arc42/status.arc42.org-site/actions/workflows/golang-lint.yml/badge.svg)](https://github.com/arc42/status.arc42.org-site/actions/workflows/golang-lint.yml) |


This repository is organized as follows:
Expand Down
3 changes: 0 additions & 3 deletions go-app/internal/plausible/vpvStatistics.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ import (
// The required (secret) API key is set within the initialization.
var plausibleClient *plausible.Client = nil

// need mutex to ensure isolated access to shared variable
var mutex sync.Mutex

var APIKEY string

// init is called during system startup
Expand Down

0 comments on commit 251f89e

Please sign in to comment.