diff --git a/sqlite3vfs/vfs_api.go b/sqlite3vfs/api.go similarity index 100% rename from sqlite3vfs/vfs_api.go rename to sqlite3vfs/api.go diff --git a/sqlite3vfs/vfs_api_test.go b/sqlite3vfs/api_test.go similarity index 100% rename from sqlite3vfs/vfs_api_test.go rename to sqlite3vfs/api_test.go diff --git a/sqlite3vfs/vfs_file.go b/sqlite3vfs/file.go similarity index 100% rename from sqlite3vfs/vfs_file.go rename to sqlite3vfs/file.go diff --git a/sqlite3vfs/vfs_lock.go b/sqlite3vfs/lock.go similarity index 100% rename from sqlite3vfs/vfs_lock.go rename to sqlite3vfs/lock.go diff --git a/sqlite3vfs/vfs_lock_test.go b/sqlite3vfs/lock_test.go similarity index 100% rename from sqlite3vfs/vfs_lock_test.go rename to sqlite3vfs/lock_test.go diff --git a/sqlite3vfs/vfs_os_bsd.go b/sqlite3vfs/os_bsd.go similarity index 100% rename from sqlite3vfs/vfs_os_bsd.go rename to sqlite3vfs/os_bsd.go diff --git a/sqlite3vfs/vfs_os_darwin.go b/sqlite3vfs/os_darwin.go similarity index 100% rename from sqlite3vfs/vfs_os_darwin.go rename to sqlite3vfs/os_darwin.go diff --git a/sqlite3vfs/vfs_os_linux.go b/sqlite3vfs/os_linux.go similarity index 100% rename from sqlite3vfs/vfs_os_linux.go rename to sqlite3vfs/os_linux.go diff --git a/sqlite3vfs/vfs_os_ofd.go b/sqlite3vfs/os_ofd.go similarity index 100% rename from sqlite3vfs/vfs_os_ofd.go rename to sqlite3vfs/os_ofd.go diff --git a/sqlite3vfs/vfs_os_other.go b/sqlite3vfs/os_other.go similarity index 100% rename from sqlite3vfs/vfs_os_other.go rename to sqlite3vfs/os_other.go diff --git a/sqlite3vfs/vfs_os_unix.go b/sqlite3vfs/os_unix.go similarity index 100% rename from sqlite3vfs/vfs_os_unix.go rename to sqlite3vfs/os_unix.go diff --git a/sqlite3vfs/vfs_os_windows.go b/sqlite3vfs/os_windows.go similarity index 100% rename from sqlite3vfs/vfs_os_windows.go rename to sqlite3vfs/os_windows.go