Skip to content

rclark/gomarkdoc-buildtag-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example

import "github.com/rclark/example"
Example

package main

import (
	"github.com/rclark/example"
)

func main() {
	example.Function()
}

Output

Has tag

Example

package main

import (
	"github.com/rclark/example"
)

func main() {
	example.Function()
}

Output

No tag

Index

func Function

func Function()

Generated by gomarkdoc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published