Skip to content

Commit

Permalink
Add tags to build dm database
Browse files Browse the repository at this point in the history
  • Loading branch information
杨赫然 committed Oct 16, 2023
1 parent 74f0ef9 commit 0e93a5c
Show file tree
Hide file tree
Showing 2 changed files with 603 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fileserver/fileserver.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
//go:build !dm
// +build !dm

// Main package for Seafile file server.
package main

import (
"crypto/tls"
"crypto/x509"
"database/sql"
_ "dm"
"flag"
"fmt"
"io"
Expand Down
Loading

0 comments on commit 0e93a5c

Please sign in to comment.