github.com/autonomy/conform@v0.1.0-alpha.16/main.go (about)

     1  /* This Source Code Form is subject to the terms of the Mozilla Public
     2   * License, v. 2.0. If a copy of the MPL was not distributed with this
     3   * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     4  
     5  package main
     6  
     7  import "github.com/autonomy/conform/cmd"
     8  
     9  func main() {
    10  	cmd.Execute()
    11  }