Skip to content

Commit

Permalink
Merge pull request #600 from mfielding/cgo
Browse files Browse the repository at this point in the history
Add cgo dependency to avoid go fmt failures
  • Loading branch information
sijms authored Oct 7, 2024
2 parents c7e12a4 + f1d5c46 commit 8e3e994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/kerberos/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package main

import (
"C" // Import cgo to avoid project-wide go fmt failures.
"database/sql"
"flag"
"fmt"
Expand Down

0 comments on commit 8e3e994

Please sign in to comment.