mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-01-30 01:48:10 +00:00
a156188b3e
* update dependencies, bump Go version to 1.19 * bump test image Go version * update golangci-lint * update gotosocial-drone-build * sign * linting, go fmt * update swagger docs * update swagger docs * whitespace * update contributing.md * fuckin whoopsie doopsie * linterino, linteroni * fix followrequest test not starting processor * fix other api/client tests not starting processor * fix remaining tests where processor not started * bump go-runners version * don't check last-webfingered-at, processor may have updated this * update swagger command * update bun to latest version * fix embed to work the same as before with new bun Signed-off-by: kim <grufwub@gmail.com> Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com> |
||
---|---|---|
.. | ||
errno | ||
fcntl | ||
fts | ||
grp | ||
honnef.co/go/netdb | ||
langinfo | ||
limits | ||
netdb | ||
netinet/in | ||
poll | ||
pthread | ||
pwd | ||
signal | ||
stdio | ||
stdlib | ||
sys | ||
termios | ||
time | ||
unistd | ||
utime | ||
uuid | ||
wctype | ||
AUTHORS | ||
build_all_targets.sh | ||
capi_darwin_amd64.go | ||
capi_darwin_arm64.go | ||
capi_freebsd_386.go | ||
capi_freebsd_amd64.go | ||
capi_freebsd_arm.go | ||
capi_linux_386.go | ||
capi_linux_amd64.go | ||
capi_linux_arm.go | ||
capi_linux_arm64.go | ||
capi_linux_ppc64le.go | ||
capi_linux_riscv64.go | ||
capi_linux_s390x.go | ||
capi_netbsd_amd64.go | ||
capi_openbsd_amd64.go | ||
capi_openbsd_arm64.go | ||
capi_windows_386.go | ||
capi_windows_amd64.go | ||
capi_windows_arm64.go | ||
ccgo.go | ||
CONTRIBUTORS | ||
dmesg.go | ||
etc.go | ||
fsync.go | ||
HACKING | ||
int128.go | ||
ioutil_darwin.go | ||
ioutil_freebsd.go | ||
ioutil_linux.go | ||
ioutil_netbsd.go | ||
ioutil_openbsd.go | ||
libc.go | ||
libc32.go | ||
libc64.go | ||
libc_darwin.go | ||
libc_darwin_amd64.go | ||
libc_darwin_arm64.go | ||
libc_freebsd.go | ||
libc_freebsd_386.go | ||
libc_freebsd_amd64.go | ||
libc_freebsd_arm.go | ||
libc_linux.go | ||
libc_linux_386.go | ||
libc_linux_amd64.go | ||
libc_linux_arm.go | ||
libc_linux_arm64.go | ||
libc_linux_ppc64le.go | ||
libc_linux_riscv64.go | ||
libc_linux_s390x.go | ||
libc_netbsd.go | ||
libc_netbsd_amd64.go | ||
libc_openbsd.go | ||
libc_openbsd_amd64.go | ||
libc_openbsd_arm64.go | ||
libc_unix.go | ||
libc_windows.go | ||
libc_windows_386.go | ||
libc_windows_amd64.go | ||
libc_windows_arm64.go | ||
LICENSE | ||
LICENSE-GO | ||
Makefile | ||
mem.go | ||
mem_brk.go | ||
memgrind.go | ||
musl_darwin_amd64.go | ||
musl_darwin_arm64.go | ||
musl_freebsd_386.go | ||
musl_freebsd_amd64.go | ||
musl_freebsd_arm.go | ||
musl_linux_386.go | ||
musl_linux_amd64.go | ||
musl_linux_arm.go | ||
musl_linux_arm64.go | ||
musl_linux_ppc64le.go | ||
musl_linux_riscv64.go | ||
musl_linux_s390x.go | ||
musl_netbsd_amd64.go | ||
musl_openbsd_amd64.go | ||
musl_openbsd_arm64.go | ||
musl_windows_386.go | ||
musl_windows_amd64.go | ||
musl_windows_arm64.go | ||
nodmesg.go | ||
nofsync.go | ||
printf.go | ||
pthread.go | ||
pthread_all.go | ||
README.md | ||
scanf.go | ||
sync.go | ||
watch.go |
libc
Package libc provides C-runtime services. Work in progress.
This package is a continuation of the Crt package in modernc.org/crt/v3.
Installation
$ go get [-u] modernc.org/libc
Documentation: godoc.org/modernc.org/libc
Building with make
requires the following Go packages
- github.com/golang/lint/golint
- github.com/mdempsky/maligned
- github.com/mdempsky/unconvert
- honnef.co/go/tools/cmd/unused
- honnef.co/go/tools/cmd/gosimple
- github.com/client9/misspell/cmd/misspell