CMSgov/dpc-app

View on GitHub
tools.go

Summary

Maintainability
A
0 mins
Test Coverage
// +build tools

package main

import (
    // bcda/worker/ssas dependencies
    _ "github.com/BurntSushi/toml"
    _ "github.com/howeyc/fsnotify"
    _ "github.com/mattn/go-colorable"
)