Creator of Souin cache system
Træfik helper
Open-source contributor
@Darkweak
@Darkweak_dev
Developed by Google
Started on 2003
Opensourced on 2009
Keith Clark et Francis McCabe
Written in C
One binary file output
Build cross-platform
Easy learning curve
Not tricky language
Multithreading
Concurrency
Emile Vauge
Written in GO
Easy to use
French Quality
/bin | Contains fully compiled Go softwares based on pkg objects |
/pkg | contains Go package objects compiled from src directory Go source code packages |
/src | Contains readable development sources including dependencies |
ppc
https://github.com/Darkweak/golang-starter
A goroutine is a lightweight thread of execution.
// Run all tests
go test -v ./...
// Run all tests and generate a cover
// reporting
go test ./... -coverprofile cover.out
// Show coverage percentage
go tool cover -func cover.out
// Lint all application
golint ./...
// Examine Go source code and
// reports suspicious constructs
go vet ./...
goimports
gofmt
gobuild
go list
go run
go fix
go test
go clean
https://golang.org
https://gobyexample.com
http://golang-challenge.org
https://www.codewars.com
https://blog.golang.org
https://github.com/avelino/awesome-go
https://play.golang.org
Smersh
souin-prestashop
Souin as prestashop module
Open-source pentest oriented platform to help pentester to get enhancement
github.com/CMEPW/Smersh
souin-wordpress
Souin as wordpress plugin
github.com/lucmichalski/prestashop-souin
github.com/darkweak/wordpress-souin