mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 21:02:26 -05:00
Upstep Go dependencies (#340)
* Upstep Go dependencies * tiny linter fix * Tidy
This commit is contained in:
parent
5506a5ecbe
commit
67ac8db190
160 changed files with 248601 additions and 232400 deletions
4
vendor/modernc.org/libc/libc_windows_386.go
generated
vendored
4
vendor/modernc.org/libc/libc_windows_386.go
generated
vendored
|
|
@ -288,10 +288,6 @@ func Xsymlink(t *TLS, target, linkpath uintptr) int32 {
|
|||
// return 0
|
||||
}
|
||||
|
||||
func Xchmod(t *TLS, pathname uintptr, mode int32) int32 {
|
||||
panic(todo(""))
|
||||
}
|
||||
|
||||
// int utimes(const char *filename, const struct timeval times[2]);
|
||||
func Xutimes(t *TLS, filename, times uintptr) int32 {
|
||||
panic(todo(""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue