github.com/emcfarlane/larking@v0.0.0-20220605172417-1704b45ee6c3/cmd/internal/bindings/bindings.go (about)

     1  // Copyright 2022 Edward McFarlane. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package bindings
     6  
     7  import (
     8  	_ "gocloud.dev/blob/fileblob"
     9  	_ "gocloud.dev/blob/memblob"
    10  	_ "gocloud.dev/runtimevar/blobvar"
    11  	_ "gocloud.dev/runtimevar/constantvar"
    12  	_ "gocloud.dev/runtimevar/filevar"
    13  	_ "gocloud.dev/runtimevar/httpvar"
    14  	_ "modernc.org/sqlite"
    15  )