This website requires JavaScript.
Explore
Help
Sign In
1f349
/
dendrite
Watch
4
Star
0
Fork
0
You've already forked dendrite
mirror of
https://github.com/1f349/dendrite.git
synced
2024-11-12 14:51:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7a4ef240fc
dendrite
/
setup
/
base
/
sanity_other.go
9 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
Take advantage of changes in recent Go versions (#3361) Given that #2714 wasn't merged but we are now at a minimum supported Go version of 1.20 (soon to be 1.21), I wanted to carry over some of the changes. Namely: - Fix the log typo - Simplify build constraints for unix - Use stdlib atomic package ### Pull Request Checklist <!-- Please read https://matrix-org.github.io/dendrite/development/contributing before submitting your pull request --> * [x] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests * [x] Pull request includes a [sign off below using a legally identifiable name](https://matrix-org.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately Signed-off-by: `0x1a8510f2 <admin@0x1a8510f2.space>` --------- Co-authored-by: devonh <devon.dmytro@gmail.com>
2024-05-01 01:38:36 +01:00
//go:build !unix
// +build !unix
Platform sanity checks (#2271) * Platform sanity checks * Don't yell about `root` because Docker
2022-03-11 17:27:12 +00:00
package
base
Remove `BaseDendrite` (#3023) Removes `BaseDendrite` to, hopefully, make testing and composing of components easier in the future.
2023-03-22 08:21:32 +00:00
func
PlatformSanityChecks
(
)
{
Platform sanity checks (#2271) * Platform sanity checks * Don't yell about `root` because Docker
2022-03-11 17:27:12 +00:00
// Nothing to do yet.
}
Reference in New Issue
Copy Permalink