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
packagebboltimport("syscall")// fdatasync flushes written data to a file descriptor.funcfdatasync(db*DB)error{returnsyscall.Fdatasync(int(db.file.Fd()))}