Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD: https://github.com/go-gitea/gitea
// +build !windows,!plan9,!linux,!openbsdpackagebbolt// fdatasync flushes written data to a file descriptor.funcfdatasync(db*DB)error{returndb.file.Sync()}