Top 6 Go Hacktoberfest2020 Projects
-
Go Live project provides real-time user experiences with server-rendered HTML completely in Go. Inspired by and borrowing from Phoenix LiveViews, Live is intended as a replacement for React, Vue, Angular etc. You can write an interactive web apps just using Go and its templates. The structures provided in this package are compatible with net/http, so will play nicely with middleware and other frameworks. But integrations with other frameworks like Fiber exist as well.
-
# cat Makefile BIN_PATH = $(shell pwd)/bin $(shell mkdir $(BIN_PATH) &>/dev/null) EARTHLY = $(BIN_PATH)/earthly earthly: ifeq (,$(wildcard $(EARTHLY))) curl -L https://github.com/earthly/earthly/releases/download/v0.6.23/earthly-linux-amd64 -o $(EARTHLY) chmod +x $(EARTHLY) endif
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Check out https://github.com/go-critic/go-critic and https://github.com/golangci/golangci-lint.
-
-
-
Go Hacktoberfest2020 related posts
Index
What are some of the best open-source Hacktoberfest2020 projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | Fiber | 24,428 |
2 | earthly | 8,638 |
3 | go-critic | 1,493 |
4 | mtproto | 980 |
5 | snitch | 376 |
6 | adrian | 16 |