]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Don't build ./fs on Windows
authorMatt Joiner <anacrolix@gmail.com>
Sun, 20 Jul 2025 02:47:26 +0000 (12:47 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 20 Jul 2025 02:47:26 +0000 (12:47 +1000)
fs/cmd/torrentfs/main.go
fs/file_handle.go
fs/filenode.go
fs/stream-sintel_test.go
fs/torrentfs.go
fs/torrentfs_test.go

index d35f5c2360bfb267df13fceea025ab9fbba8800f..5bc50adec29e1d5a1f8aa6e21d2e5027fdb8cf60 100644 (file)
@@ -1,3 +1,5 @@
+//go:build !windows
+
 // Mounts a FUSE filesystem backed by torrents and magnet links.
 package main
 
index ce5ded0b488205f54251e8631fbb72b0a6c9f1e2..9a64bb57cd5c140d712201501a1083773b911189 100644 (file)
@@ -1,3 +1,5 @@
+//go:build !windows
+
 package torrentfs
 
 import (
index 28a433e18d086d29f97941ff507370d8afa37d69..7054ee7b8fd003f536a69bc227b202541ce3a246 100644 (file)
@@ -1,3 +1,5 @@
+//go:build !windows
+
 package torrentfs
 
 import (
index 3dd57a22f9407d85bd88702ac2be5573b71c4508..133215234ce1de7a4ded8463590e9d87519211b7 100644 (file)
@@ -1,3 +1,5 @@
+//go:build !windows
+
 package torrentfs_test
 
 import (
index f011d19ba8f5139715c89dadcaaabb4a1986f858..1003c010255d5d8b7c93ca52f259d49771ac2c8c 100644 (file)
@@ -1,3 +1,5 @@
+//go:build !windows
+
 package torrentfs
 
 import (
index 80bd02e7e08ba00fc1378cf0b81fc513c2e727a3..3630d6c6ef87dc777457e721c25df3fdf73fef95 100644 (file)
@@ -1,3 +1,5 @@
+//go:build !windows
+
 package torrentfs
 
 import (